jelle feringa <jelleferinga@...> writes:
 
> For instance, the kivy project provides a "hook-kivy.py" [1] which makes
> including kivy in applications distributed with pyinstaller very, very 
> easy [2]
> 
> It would be great if we can provide something similar in PythonOCC as
> well ( IMHO pyinstaller is the best way to package python code )
> 
>
[1] https://github.com/kivy/kivy/blob/master/kivy/tools/packaging
> /pyinstaller_hooks/hook-kivy.py
> 
> [2] http://kivy.org/docs/guide/packaging-macosx.html#create-the-spec-file
> 

Thanks for the links.

I agree. It makes sense to be able to have that capability in PythonOCC.
 If I make any headway, I will provide a report back here. So far, I have
 been able to make PyInstaller pull in all PyQt4 and PythonOCC objects in
 the same directory. My GUI module is not connected via an import to
 buildes library so I am still not able to execute the program yet.






_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to