I\'m quite new to Mac OS X. when i tried to install PyQt on Mac Os X after installing python 3.1, Qt 4.6.2 and SIP 4.10.1 i encounter the following error when i execute $pyt
I had this problem, and indeed my PyQt source folder was in a directory which had a space character somewhere in the path.
I was able to make this work by moving the PyQt source folder to the root, and running python configure.py from there.