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
kpdyer
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered:
This bug is due to a limitation of pyinstaller support for pkg_resources.
Sorry, something went wrong.
Issue #167: pkg_resources under pyinstaller
f8106c7
When building fteproxy from pyinstaller:
The text was updated successfully, but these errors were encountered: