py2exe: executable is slower than code run from the interpreter

Miki Tebeka miki.tebeka at gmail.com
Sat Jun 4 11:37:15 EDT 2011


One thing that comes to mind is importing. py2exe packs libraries in a zip file so importing might be a bit slower. But this should slow only at the beginning until everything is loaded to memory.

The other usual suspect is the anti virus :)



More information about the Python-list mailing list