roadlabs / cefpython

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

Example of packaging app using pyinstaller #135

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://www.pyinstaller.org/

See also Issue 35 (py2exe example).

Original issue reported on code.google.com by czarek.t...@gmail.com on 18 Aug 2014 at 7:45

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
"fan" is a good example for pyinstaller, but it is hard to follow for a 
beginner.
In addition to take the builder/fan.spec as reference for your own spec, you 
also have to set the "g_applicationSettings" accordingly for the init routine 
"cefpython.Initialize()", such as "browser_subprocess_path", "locales_dir_path"

Original comment by Zhouji...@gmail.com on 15 Dec 2014 at 1:10