Yes/no. I'm packaging a software that use Kivy. Kivy have lot of data files, and use also pygst.
I think adding an hook can be ok, but i don't know how to add custom data files in the hook: hiddenimports works for python modules, but how about hiddendata or something like that ? On May 19, 2:07 pm, Daniel Hyams <[email protected]> wrote: > You can just code in the appropriate file copying into your .spec file. > > > > > > > > > > On Thu, May 19, 2011 at 7:55 AM, Mathieu Virbel <[email protected]> wrote: > > Hi everyone, > > > I'm trying to setup an application that use Kivy. pyinstaller (and > > py2exe) correctly detect Python files needed for Kivy, but not data > > files. I've understand that for some libraries you have hooks/. But > > how about data included in that library ? > > > Or, can i said to pyinstaller to copy the whole <path/to/kivy> and use > > it for "kivy" module ? > > > Thanks, > > > Mathieu > > > -- > > You received this message because you are subscribed to the Google Groups > > "PyInstaller" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/pyinstaller?hl=en. > > -- > Daniel Hyams > [email protected] -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
