Hi, While the FAQ and documentation say that .egg files are fully supported in PyInstaller Trunk, that hasn't been my experience.
I had been trying to chase down run-time ImportErrors (No module named %s) and noticed when I switched from a single executable to directory- style output that the .egg files I needed were in place in the dist directory. When I then unzipped these eggs in site-packages and ran my build again everything worked. I can provide more details if needed, but I wanted to make sure you were aware of this. 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 -~----------~----~----~----~------~----~------~--~---
