On Friday 14 May 2004 19:38, Nathan Benson wrote:
> hi everyone, i'm trying to get luma 1.2 to run, but i'm having
> a lot of problems. i've tried installed everything that was
> required, but i'm still not having any luck. i tried looking
> through the mailing lists to see if anyone is having a similar
> problem, but didn't seem to find anyone.
>
> i am using Redhat Enterprise WS 3.0, and these are the version i've
> installed:
>
> Python 2.2.3 (#1, Aug 8 2003, 08:44:02)
> [GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-13)] on linux2
>
> luma-1.2
> sip-3.10.1
> PyQt-x11-gpl-3.11
> python-ldap-2.0.0pre21
> qscintilla-1.53-0.i386.rpm
> qscintilla-devel-1.53-0.i386.rpm
Hello Nathan,
The version numbers for the packages are ok. Luma should work with them. Since
you made a distinction between rmp and non-rpm, I have to ask if you have
compiled sip and PyQt yourself.
>
>
> when i try and rum luma, it dies with the following error:
>
> ------
>
> (nbenson:tuxtattoo ~/compile/luma)$ luma
> Traceback (most recent call last):
> File "/usr/local/bin/luma", line 14, in ?
> from qt import *
> File "/usr/lib/python2.2/site-packages/qt.py", line 24, in ?
> import libsip
> ImportError: /usr/lib/python2.2/libsip.so: undefined symbol:
> _ZN8sipProxyD1Ev
>
> ------
>
> when i try and install luma, it tells me that PyQt is not installed,
> but it is. i am very new to python (as of finding luma yesterday),
> but i would wager it's not seeing PyQt because it's catching the
> error given when it imports qt (as seen above).
>
> ------
>
> (nbenson:tuxtattoo compile/luma/luma-1.2)$ python install.py
> --prefix=/usr/local
> LUMA 1.2 (C) 2003 Wido Depping
>
> Check for preinstalled modules:
>
> python-ldap is installed...
> Installed Version: 2.0.0pre21
> Needed Version: 2.0.0pre13
>
> ERROR: PyQt not installed!!!
> You can get the module here: http://www.riverbankcomputing.co.uk/pyqt
>
> ------
Both errors have the same source. It is not possible for python to import the
qt modules. The difference in the install script is, that I catch the
ImportException and print the error message. It would be better to say that
PyQt is not installed properly, instead of saying it is not installed at all.
If you used RPM packages for sip and PyQt, try to recompile them yourself.
Maybe the packages were linked against another Qt version which is not
installed in your system, resulting in the undefined symbol.
If this doesn't work, try the PyQt/PyKDE mailing-lists at
http://www.riverbankcomputing.co.uk/pyqt/mailinglist.php .
> i am very excited to get luma to work, as it appears to be just what
> i am looking for. so, any help would be greatly appreciated. please
> let me know if there is any other information that i may provide for
> you.
I hope the information I gave you are enough to fix your problems. Please keep
in mind, that there will be a new Luma release on Monday. This version will
need Python 2.3 at least. I don't know how this version is supported in
Redhat Enterprise WS 3.0.
mfg.
Wido Depping
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
|