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

Example of packaging app using py2exe #35

Open
GoogleCodeExporter opened this issue Aug 28, 2015 · 2 comments
Open

Example of packaging app using py2exe #35

GoogleCodeExporter opened this issue Aug 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

GoogleCodeExporter commented Aug 28, 2015

See http://www.py2exe.org/

See also:

Original issue reported on code.google.com by czarek.t...@gmail.com on 30 Nov 2012 at 10:33

@GoogleCodeExporter
Copy link
Author

I've created a simple py2exe dist project based on the cefsimple example: http://stackoverflow.com/a/25471336/296959 .There's still room for improvements, for example it would be really nice to have a single exe with all the resources included. This might by possible with pyinstaller, I haven't checked it yet.

Original comment by nistvan...@gmail.com on 24 Aug 2014 at 11:49

@GoogleCodeExporter
Copy link
Author

Added pyinstaller specification for the above example. However --onefile bundling is not working for some reason. See: http://stackoverflow.com/questions/25472972/pyinstaller-doesnt-bundle-pyd-and-dl
l-files-with-onefile

Original comment by nistvan...@gmail.com on 24 Aug 2014 at 4:39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Refactor examples
  
General
Development

No branches or pull requests

2 participants