Re: undefined symbol: PyUnicodeUCS4_FromUnicode
From: Bill Hodges (hodges7_at_cox.net)
Date: 08/19/04
- Next message: Jeff Epler: "Re: how to display unicode in a Label in Tkinter"
- Previous message: Webmaster: "Automatic response to your mail (Error)"
- In reply to: QMartin_v=2E_L=F6wis=22?=: "Re: undefined symbol: PyUnicodeUCS4_FromUnicode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 18 Aug 2004 21:14:17 -0500
Martin,
Your diagnosis was correct.
When I removed the python stuff in /usr
and rebuilt everything in /usr/local
I finally got DRT to run.
Thank you.
Bill
Martin v. Löwis wrote:
> Bill Hodges wrote:
>
>> Your dianosis is correct.
>> I compiled tcl to include UCS4 and
>> Python then compiled to UCS4
>> (nm revealed the difference).
>
>
> Are you sure about that? Are you absolutely certain that
> the installed Python (/usr/local/bin/python2.3) is UCS-4?
> It appears to me that it is likely UCS-2.
>
>> PyQt compiled fine, However, it
>> still errors out the same way.
>> For some reason PyQt needs to be told to
>> include the UCS4 stuff in qt.so na d
>> I cannot find the key.
>
>
> Do you happen to have Python header files both in /usr/include
> and /usr/local/include? Make sure PyQt is using the ones in
> /usr/local/include, if you plan to use PyQt with that Python
> installation.
>
> Regards,
> Martin
- Next message: Jeff Epler: "Re: how to display unicode in a Label in Tkinter"
- Previous message: Webmaster: "Automatic response to your mail (Error)"
- In reply to: QMartin_v=2E_L=F6wis=22?=: "Re: undefined symbol: PyUnicodeUCS4_FromUnicode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|