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
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