Hello,
I've just downloaded and installed PyQt-Mac-03-2005.pkg. The
installation process was very straight forward but I can't access any
of the Qt modules. They're just not found.
Here's an example of what happens when I try to import qt modules:
tomek@maglor> python
Python 2.3.5 (#1, Mar 20 2005, 20:38:20)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from qt import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named qt
>>>
A quick look in /System/Library/Frameworks/Python.framework/Versions/
2.3/lib reveals no qt modules anywhere.
I'm running all this on Mac OS X 10.4 (8A425)
Any help will be greatly appreciated.
cheers,
tomek
|