This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Cravix, christian.heimes
Date 2013-01-02.08:13:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357114386.4.0.492077893698.issue16838@psf.upfronthosting.co.za>
In-reply-to
Content
Your locale directory contains a __init__.py file. The file causes the directory to become a Python package, that shadows the locale module from Python's standard library. Please remove the __init__.py file and __pycache__ directory to fix your problem.
History
Date User Action Args
2013-01-02 08:13:06christian.heimessetrecipients: + christian.heimes, Cravix
2013-01-02 08:13:06christian.heimessetmessageid: <1357114386.4.0.492077893698.issue16838@psf.upfronthosting.co.za>
2013-01-02 08:13:06christian.heimeslinkissue16838 messages
2013-01-02 08:13:06christian.heimescreate