Re: [PyKDE] Complete newbie mac question...

2004-11-04 Thread Ed
FCC: /home/schwartz/Mail/filecopy_mozilla --text follows this line-- Timothy, Python 2.3.3 (#1, Aug 23 2004, 20:06:57) [GCC 3.3 20030304 (Apple Computer, Inc. build 1640)] on darwin Type help, copyright, credits or license for more information. import qt Fatal Python error: Interpreter not

Re: [PyKDE] Complete newbie mac question...

2004-11-03 Thread Timothy Grant
On Tue, 2 Nov 2004 20:54:53 +, Phil Thompson [EMAIL PROTECTED] wrote: On Monday 01 November 2004 9:21 pm, Timothy Grant wrote: ...That is probably off-topic, but I'm going to ask here anyway. When I try and build sip on OS/X I get the following error. Error: This version of Qt

Re: [PyKDE] Complete newbie mac question...

2004-11-03 Thread Phil Thompson
On Tue, 2 Nov 2004 20:54:53 +, Phil Thompson [EMAIL PROTECTED] wrote: On Monday 01 November 2004 9:21 pm, Timothy Grant wrote: ...That is probably off-topic, but I'm going to ask here anyway. When I try and build sip on OS/X I get the following error. Error: This version of Qt

Re: [PyKDE] Complete newbie mac question...

2004-11-03 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Do you have $QTDIR set up correctly in your path? I have PyQt built on my system (10.3.5) and encountered no error when I ran import qt in the shell. Also, for what it's worth, I'm putting together a binary package installer of PyQt for OS X--it's been

Re: [PyKDE] Complete newbie mac question...

2004-11-02 Thread jul
Try to find where tmake is; maybe something like /usr/local/qt-x11-free-3.3.2/tmake Then set you'r environment variable: $ export TMAKEPATH=/usr/local/qt-x11-free-3.3.2/tmake and retry! ++ Jul. Timothy Grant wrote: ...That is probably off-topic, but I'm going to ask here anyway. When I try and

[PyKDE] Complete newbie mac question...

2004-11-01 Thread Timothy Grant
...That is probably off-topic, but I'm going to ask here anyway. When I try and build sip on OS/X I get the following error. Error: This version of Qt seems to use tmake but the TMAKEPATH environment is not set. My search has turned up all sorts of possible ways to set this, but none of them

Re: [PyKDE] Complete newbie mac question...

2004-11-01 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What version of Qt are you using? I think tmake is obsolete. See www.trolltech.com for build instructions. Timothy Grant wrote: | ...That is probably off-topic, but I'm going to ask here anyway. | | When I try and build sip on OS/X I get the following