You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
did you test it on the master branch or on the 1.1 release? i have a faint memory of fixing this already, but of course i might be wrong. anyhow, thanks for reporting!
When trying to import any command in python 3.3 following exception occurs
This seems to be due to http://docs.python.org/3/whatsnew/3.3.html#importlib
What happens is that
eventually calls
which calls
which fails.
Proposed solution is to replace
in cmd with
The text was updated successfully, but these errors were encountered: