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 _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
