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: pkg_resources #167

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

Comments

@kpdyer
Copy link
Owner

kpdyer commented Oct 8, 2014

When building fteproxy from pyinstaller:

$ ./dist/fteproxy
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: pkg_resources
@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 bug is due to a limitation of pyinstaller support for pkg_resources.

@kpdyer kpdyer changed the title Import ImportError with pyinstaller-created binaries Oct 8, 2014
@kpdyer kpdyer changed the title ImportError with pyinstaller-created binaries ImportError for pyinstaller-created fteproxy binaries: pkg_resources 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