Created
May 16, 2012 20:46
-
-
Save phill-tornroth/2713818 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
retVal = datetime.strptime( dateTimeStr, "%Y%m%d" ) | |
ImportError: Failed to import _strptime because the import lockis held by another thread. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're using wsgi and threads, import strptime in the wsgi-script or use python 3.3+