EXE is very slow by starting (10sec.) (build with PyInstaller)

2008-06-10 Thread Mark Delon
Hi, My Python executable created with PyInstaller is too slow by starting... It takes about 15 secs.!!! I am using PyQt4 libraries for creating my very simple GUI-application. - How can I SPEED UP my executable ??? - Do you know some GOOD build switches? Thank you very much for every idea...

Re: EXE is very slow by starting (10sec.) (build with PyInstaller)

2008-06-10 Thread Diez B. Roggisch
Mark Delon wrote: Hi, My Python executable created with PyInstaller is too slow by starting... It takes about 15 secs.!!! I am using PyQt4 libraries for creating my very simple GUI-application. - How can I SPEED UP my executable ??? Try profiling it. I'm not an PyInstaller-user, but

Re: EXE is very slow by starting (10sec.) (build with PyInstaller)

2008-06-10 Thread Lie
On Jun 10, 5:29 pm, Mark Delon [EMAIL PROTECTED] wrote: Hi, My Python executable created with PyInstaller is too slow by starting... It takes about 15 secs.!!! I am  using PyQt4 libraries for creating my very simple GUI-application. - How can I SPEED UP my executable ??? - Do you know