Hey Everyone, I am new to PyInstaller. I am using it to package a GUI app built with enaml (which sits ontop of Qt). I am currently only building for OS X but I will also need to package this for Windows and Linux.
The problem is I need to manually copy files into my *.app directory after building, which you can see in my build script here: https://github.com/jminardi/syncnet/blob/master/build_app.sh > cp syncnet/syncnet_view.enaml \ > syncnet/new_site_dialog.enaml \ > syncnet/new_site_controller.py \ > dist/SyncNet.app/Contents/MacOS/ With the script I linked my app builds correctly, however I'd rather not manually copy files. Why do I need to copy these files? Is it possible to include them with a `--hidden-import` flag? Any advice would be appreciated. Thanks in advance, Jack -- 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.
