Skip to content
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 for pyinstaller-created fteproxy binaries: email.parser #166

Closed
kpdyer opened this issue Oct 8, 2014 · 1 comment
Closed
Assignees
Milestone

Comments

@kpdyer
Copy link
Owner

kpdyer commented Oct 8, 2014

On 0.2.18 we get, on most platforms:

Traceback (most recent call last):
  File "<string>", line 23, in <module>
  File "/usr/local/lib/python2.7/site-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module
    exec(bytecode, module.**dict**)
...
ImportError: email.parser

@kpdyer kpdyer self-assigned this Oct 8, 2014
@kpdyer kpdyer added this to the 0.2.19 milestone Oct 8, 2014
@kpdyer
Copy link
Owner Author

kpdyer commented Oct 8, 2014

This is due to too aggressive excludes in fteproxy.spec.

kpdyer added a commit that referenced this issue Oct 8, 2014
@kpdyer kpdyer changed the title ImportError for fteproxy binaries from pyinstaller ImportError for pyinstaller-created fteproxy binaries: email.parser Oct 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant