-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Python Datetime Timezone Issue #13
Comments
When I try to run under 3.X: Traceback (most recent call last): |
Having some error: Mac OSX |
Same error Windows 8.1 |
Set |
on OSX run pip3 install datetime |
Concerning the NoneType loader issue. This is happening because you are running python3.40, there seems to be a bug with that version and flask. I ran into this problem. If you change the python version to 3.43+ it should work. |
This worked. Thanks! |
python app.py
Traceback (most recent call last):
File "app.py", line 5, in
import api
File "/apps/tinder-detective/api.py", line 7, in
from datetime import timezone
ImportError: cannot import name timezone
I don't think Python 2.7 has timezone but 3.X won't run Flask. What am I missing here?
The text was updated successfully, but these errors were encountered: