On 17 Dec, 09:27:50 AM, Chirag Wazir wrote:
PyQt 4 has a different module organization compared to previous versions. You no longer use "import qt" The library has been split functionally and you typically use something like "from PyQt4 import QtCore, QtGui" There are many other differences from previous versions and when I
Thanks a lot for that info; actually, i too found a related page: http://lists.kde.org/?l=pykde&m=114373372223490&w=2 which tells me to "import PyQt4" instead of "import qt" but, now my Qs are: 1. i have some d'loaded python scripts (eg: memaid-pyqt), which use "import qt". what'll happen to those scripts? how much rework (if any) is necessary to get them into working condition again? 2. can you kindly provide me with some good pyqt (using qt4 designer) tutorials? the net provides qt4 tuts but not with designer :(
thanks a lot again!