Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

time.strptime returns locale query failed #2

@quent

Description

@quent

Hi, I'm getting an issue with QPython3 (Play 0.9.4) running on a Samsung Galaxy S4 Android (jfltexx, android:4.4.2, sdk:19)

Python 3.2.2 (default, Jun 23 2014, 00:13:13)
[GCC 4.8] on linux-armv7l
Type "help", "copyright", "credits" or "license" for more information.

import time
time.strptime("01/01/01", "%x")
Traceback (most recent call last):
File "", line 1, in
File "/data/data/com.hipipal.qpy3/files/lib/python3.2/python32.zip/_strptime.py", line 273, in
File "/data/data/com.hipipal.qpy3/files/lib/python3.2/python32.zip/_strptime.py", line 190, in init
File "/data/data/com.hipipal.qpy3/files/lib/python3.2/python32.zip/_strptime.py", line 72, in init
File "/data/data/com.hipipal.qpy3/files/lib/python3.2/python32.zip/_strptime.py", line 31, in _getlang
File "/data/data/com.hipipal.qpy3/files/lib/python3.2/python32.zip/locale.py", line 519, in getlocale
locale.Error: locale query failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions