This wasn't a question for zaurus dev. I really just want to learn Qt with Python first on linux and then I will figure it out on the Z. My problem is that I can't even get these things(PyQT, QT) to build correctly.
Liam >From: Phil Thompson <[EMAIL PROTECTED]> >To: Liam Herron <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: [PyKDE] Post Build Runtime problems libqtcmodule.so: undefined >symbol: static_QUType_ptr >Date: Sat, 27 Apr 2002 15:02:09 +0100 > >Liam Herron wrote: > > > > I compile the PyQt 3.1 (which takes a long time) when I do a > > "make install" it gives me the following error: > > > > make install-data-hook > > make[3]: Entering directory > > `/home/herronli/ZaurusDev/qt-x11-free-3.0.3/projects/PyQt-3.1/qt' > > (cd /tmp; > > >PYTHONPATH=/usr/local/lib/python2.2/site-packages:/usr/local/lib/python2.2/site-packages > > /usr/local/bin/python -c "import qt") > > Traceback (most recent call last): > > File "<string>", line 1, in ? > > File "/usr/local/lib/python2.2/site-packages/qt.py", line 47, in ? > > import libqtc > > ImportError: /usr/local/lib/python2.2/site-packages/libqtcmodule.so: > > undefined symbol: static_QUType_ptr > > make[3]: *** [install-data-hook] Error 1 > > make[3]: Leaving directory > > `/home/herronli/ZaurusDev/qt-x11-free-3.0.3/projects/PyQt-3.1/qt' > > make[2]: *** [install-data-am] Error 2 > > make[2]: Leaving directory > > `/home/herronli/ZaurusDev/qt-x11-free-3.0.3/projects/PyQt-3.1/qt' > > make[1]: *** [install-am] Error 2 > > make[1]: Leaving directory > > `/home/herronli/ZaurusDev/qt-x11-free-3.0.3/projects/PyQt-3.1/qt' > > make: *** [install-recursive] Error 1 > > > > This same undefined symbol error happens when I simply run > > python and do an "import qt" > > > > any ideas? > >Nope. That symbol is not reference explicitly by PyQt. If you want to >run PyQt on the Zaurus then I'd recommend the embedded version for which >.ipkg binaries are provided. > >Phil _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
