Hello, I tested to pack my PyQt application with pyInstaller with some good surprises (it manages to access some external plugin files where py2exe didnt) but I'm facing a really important increase in startup time when i'm using the --onefile option. When I don't bundle the files my program is nearlly instantly starting, when bundled its taking beetween 5 and 10 secs to load. Anyone faced this kind of behavior before ?
Thomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
