Hi guys! It's been three days and I haven't seen my email to pyinstaller go through, so I'm posting directly through google groups. If this ends up being a repost, I apologize.
pyinstaller-1.5.1 python-2.6.6 PyQt 4.8.2 I have a complex project that generates eggs. Some of those eggs depend on other eggs that were generated (in the same project). And others depend on third party eggs. When I add just the third party eggs to --paths, an executable ( with --onefile) is built and it runs. But it runs with some errors about not being able to find some eggs. So, I think that not all the eggs are added to the executable. So, I add each generated egg to --paths. Then my app wouldn't start due to not being able to import a module (which was in an egg). I rebuilt using --onedir and found only two eggs were added to the egg directory. I was expecting 31 eggs. As a test, I copied all the generated eggs over to the output egg directory and tried to run the app. This time it complained about not being able to import the standard python module cvs. Is there a way to tell pyinstaller to add given eggs to the executable (--onefile) and to add given modules (such as cvs)? Any suggestions would be appreciated. Thanks! -- 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.
