On 2/4/2009 8:05 PM, eliben wrote: > Hello, > > I'm packaging a relatively simple PyQt GUI with Pyinstaller. The > executable loads very slowly - it takes around 7-8 seconds on a fast > machine. The same program packaged with py2exe loads in ~2 seconds.
Are you doing a single-file or a single-dir? The loading time for single-dir should be much less. Can you please compare it and see if the problem is there? > Am I doing something wrong in the configuration, or is this a known > problem? I never heard of a specific problem, but I didn't compare it with py2exe nor did specific benchmark. So maybe there's room for speedups. -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
