From: Jay M. <jm...@ua...> - 2004-12-21 10:14:05
|
DEAR KEVIN; First thanks for your prompt response. I decided to remove the initial installation and try again but the results were the same and crash log follows: The log follows. 2004-12-20 20:24:20.717 Installer[584] messageType e0000270, arg 00040026 2004-12-20 20:24:20.723 Installer[584] messageType e0000280, arg 00050026 2004-12-21 04:40:49.020 Installer[584] messageType e0000320, arg 18bd39a0 2004-12-21 04:40:56.174 Installer[584] messageType e0000300, arg 18ac3940 Traceback (most recent call last): File "/Applications/Eric 3.app/Contents/Resources/__argvemulator_eric3.py", line 4, in ? execfile(os.path.join(os.path.split(__file__)[0], "eric3.py")) File "/Applications/Eric 3.app/Contents/Resources/eric3.py", line 16, in ? from qt import QApplication, QTranslator, QTextCodec, QPixmap, QPoint, \ ImportError: No module named qt A minor detail but the instructions on http://www.wordtech-software.com/pyqt-mac.html state: After running the PyQt-Mac installer, you will need to run the following commands using the Terminal application (you will be prompted for an administrator password): cd /Developer/qt/pyqt-mac-source/sip-4.1.1 sudo make install cd /Developer/qt/pyqt-mac-source/PyQt-mac-gpl-3.1.3 sudo make install On my system the last folder is PyQt-mac-gpl-3.13 and not -3.1.3 I did a search for qt.py assuming that is what Eric is missing and found it at /developer/qt/pyqt-mac-source/Eric3/build/bdist.darwin-7.5.0- Power_Macintosh/python2.3-semi_standalone/app/temp/qt.py and at /library/frameworks/python.framework/versions/2.3/lib/python2.3/plat- mac/carbon/qt.py Thanks for all the help. Jay Mutter Ps. I am wanting to use this to develop a GUI to postgresql and snakesql but have noticed that no driver is included in initial install however some comments found on the web lead me to believe that i can build the driver from the src files. any thoughts/ ideas Again thanks |