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: I
-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
> 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.
>> >
>> > Err
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 v
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 seems to use tmake but the TMAKEPATH environment
> is not set.
>
> My search has
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 bu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I have no idea how you got tmake involved--it's no longer used. qmake is
what is used with Qt 3. I'd rebuild.
Timothy Grant wrote:
| Thanks for the quick reply.
|
| qt-mac-free-3.3.3.tar.bz2
|
| I think I followed the build instructions correctly as it
-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 e
...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 see