ivmx/cefpython

Example of packaging app using pyinstaller

GoogleCodeExporter opened this issue · 0 comments

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

[deleted comment]
"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