Skip to content

Import from past causes traceback #209

@gazpachoking

Description

@gazpachoking

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions