Hi Guys
hope someone might be able to help me with a small problem.
I started in on the 'GUI Programming with Python: QT Edition' book.
I installed python2.3.4, qt for windows, and pyqt. Didn't install BlackAdder!
Anyway, all seemed to go okay here.
So I tried the first few code samples and all was well until I tried the first qt based Hello World program.
The line 'from qt import *' in Hello1.py seems to be causing the problem, as I assume python cann't find the module 'qt' to import all the functions / classes.
I tried copying all the .pyd files (including qt.pyd) from the 'lib/site-packages' in the qtwin install dir to the 'site-packages' dir in my python install dir. I then ran site.py in the python idle to make sure that the paths were okay, which they seemed to be. (not sure if these .pyd files are the qt for windows python modules, but it seemed likely whilst I was grabbing at straws ).
Alas, the Hello World prog is still stuck at the same import line, so this didn't work.
So can anyone offer any advice in getting this up and running?
Cheers
Siggy