Hi everyone, I'm using pyinstaller 2.0 to create a windows executable from my python code. It is big program which involves lots of packages (pyQt, matplotlib, scipy, numpy, SqlAlchemy only to mention a few). The executable is generated correctly, but when the program runs there's a terrible slowdown of the performances (up to 5-6 times slower) with respect to the execution from code. I'm not talking about the application start time (as I read in other threads), nor the executable is build in one file mode. The problem affects all the execution of the program. Can anyone point me out any possible reason? I'm not a pyinstaller expert so please forgive me if I'm not aware of some magic flags which speed up the execution :-)
Thanks in advance! -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
