-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named tzlocal #46
Comments
How did you install it? Both icalendar and tzlocal is listed as requirements in the setup.py file |
I think I didn't install it at all but just started calendar-cli.py |
I think that if following the instructions in INSTALL.md this shouldn't be an issue at all :-) |
Traceback (most recent call last): |
Oh. In setup.py, tzlocal is not installed when using python3, because with python3 "batteries are included". So this is a bug, indeed. |
When I try to start calendar-cli on Linux Mint 17 Qiana, I get the error "ImportError: No module named tzlocal".
I can fix this with "sudo pip install tzlocal", but I think the error should not happen at all.
Having fixed the error, I run into the next error "ImportError: No module named icalendar".
I can fix that with "sudo pip install icalendar", but most people would probably have given up there already. Having fixed that error, I run into the next error "ImportError: No module named caldav", which makes me think about trying khal instead. I was able to fix the error with "sudo pip install caldav", though.
The text was updated successfully, but these errors were encountered: