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
More information about the Python-list mailing list
Sat Jun 4 11:37:15 EDT 2011
- Previous message (by thread): py2exe: executable is slower than code run from the interpreter
- Next message (by thread): Lambda question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 :)
- Previous message (by thread): py2exe: executable is slower than code run from the interpreter
- Next message (by thread): Lambda question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list