Hi, I'm one of the author of Kivy (kivy.org), a crossplatform ui toolkit that works on desktop and tablet in Python / OpenGL.
We currently provide instructions for packaging Kivy on osx/windows, using PyInstaller 2.0. http://kivy.org/docs/guide/packaging-windows.html http://kivy.org/docs/guide/packaging-macosx.html One approach i've used is to patch the Analysis command in order to add our own rthook: https://github.com/kivy/kivy/blob/master/kivy/tools/packaging/pyinstaller_hooks/__init__.py . This prevent our user to manually add the hookspath in the Analysis command. I would like to avoid this patching, but instead, make pyinstaller known something about Kivy, and add automatically this rt-hook. Do you have any tips before doing a contribution? Regards, Mathieu -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
