Hello,

I've recently developed a data analysis program using PyQt. It's not a huge program but it's not small either. I've noticed that, in Windows, the memory usage at startup is ~80MB. I've removed all of the 'import *'s that I previously had and do not load the Qt module at any location.

I am packaging the entire library in the exe using py2exe.

Just wondering if anyone else has had any success bringing down the memory consumption.

Thanks,
Darryl

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to