roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Example of packaging app using py2exe #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Such a script would be a nice addition, in binary zip put it to a "py2exe" 
directory.

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

GoogleCodeExporter commented 9 years ago
See answer to this question:
http://stackoverflow.com/questions/15668568/how-to-compile-cefpython-to-exe

Original comment by czarek.t...@gmail.com on 1 Jun 2013 at 11:16

GoogleCodeExporter commented 9 years ago
Another stackoverflow question - this one compiles CEF Python 3:

http://stackoverflow.com/questions/18630034/compiling-exe-with-py2exe-and-includ
ing-cefpython

Original comment by czarek.t...@gmail.com on 11 Sep 2013 at 6:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
See also Issue 135 (pyinstaller example).

Original comment by czarek.t...@gmail.com on 18 Aug 2014 at 7:45

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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