-
Notifications
You must be signed in to change notification settings - Fork 293
Open
Labels
Description
There seems to be an issue (on some python installations) when importing from the past
package. One of our users is reporting this traceback:
from past.builtins import basestring
File "/usr/lib/python2.7/site-packages/past/__init__.py", line 88, in
from past.translation import install_hooks as autotranslate
File "/usr/lib/python2.7/site-packages/past/translation/__init__.py", line 41, in
from lib2to3.pgen2.parse import ParseError
ImportError: No module named lib2to3.pgen2.parse
Any ideas what's going on here? Downstream ticket, for referece: Flexget/Flexget#1093
blubberdiblub