> What do you mean by that? Including additional stuff like images, text > files into your one binary?
I have a "libs" folder that has my own libraries. Those are detected tweaking the spec file. But I also have a "plugins" directory. In that one I have scripts that are imported with __import__ at runtime, and they aren't detected by pyinstaller. Or maybe I'm doing something wrong :/ Anyways, there is a third folder called "skins". That one includes a lot of folders and each folder is a skin. How can I include the entire "skins" folder in my executable file? -- 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.
