Re: [PyQt] import speed overhead question

2007-11-21 Thread Phil Thompson
On Wednesday 21 November 2007, Linos wrote: > Hello all, > i have a question about speed optimization with PyQt, i cant find any > clear explanation about this question in google, i am developing an app > with many .py files, in the beginning i am using this imports. > > from PyQt4.QtCore imp

[PyQt] import speed overhead question

2007-11-21 Thread Linos
Hello all, i have a question about speed optimization with PyQt, i cant find any clear explanation about this question in google, i am developing an app with many .py files, in the beginning i am using this imports. from PyQt4.QtCore import * from PyQt4.QtGui import * from PyQt4.QtSql im