From: Kevin W. <sw...@wo...> - 2004-12-21 18:38:35
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jay, please see my answers below. Jay Mutter wrote: | 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 | | Did you set $QTDIR in your path? I think that's necessary for PyQt to know where to look for Qt. It's not just looking for qt.py, it's looking for the Qt libraries. | 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 You're right, this is a typo. I thought I had corrected this. It will be corrected later today. The director indeed is 3.13. | | 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 The python.framework is the correct place. | 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 Those should be easy to build. I compiled Qt with dynamic libraries, to allow for plug-ins. | | Again thanks Hope that helps. I'll also work on a solution for the docs asap. Thanks, Kevin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFByG2mJmdQs+6YVcoRAjG6AJ4hgUvhuOmJN359+8vk9/PvBfNMWwCcClpE jWw7qrykfz+/zLDId01u9kM= =z7AP -----END PGP SIGNATURE----- |