From: Phil T. <ph...@ri...> - 2006-06-14 19:45:43
|
On Wednesday 14 June 2006 7:55 pm, Jesse VanDerPol wrote: > Recently, I have tried to build Qt v4.1.2, Sip v4.4.5, PyQt v4, and > Python v2.4.3 in an attempt to run Qtorrent v.0.9.5. I get all of > these builds done in my Mac OS X 10.4.6 environment and get the > following error when trying to run the qtorrent binary file: > > (bash)$ python qtorrent > Traceback (most recent call last): > File "qtorrent", line 10, in ? > from qt import QApplication > ImportError: No module named qt > > I am unable to find this error documented anywhere, also I do not > know if this is a PyQt related problem or if it is something else > that I am missing. Thank you for any help you could supply on this > issue. qtorrent would appear to be a PyQt/Qt3 application - not 4. Phil |