pyQT performance?
Andrea Crotti
andrea.crotti.0 at gmail.com
Mon Sep 10 15:34:04 EDT 2012
On 09/10/2012 07:29 PM, jayden.shui at gmail.com wrote
> Have you ever used py2exe? After converting the python codes to executable, does it save the time of interpreting the script language? Thank a lot!
Py2exe normally never speeds up anything, simply because it doesn't
convert to executable, but simply
package everything together, so I haven't tried in this particular case
but it shouldn't make a difference..
More information about the Python-list
mailing list