[PyKDE] InstallProblems on FreeBSD 4.2
Phil Thompson
phil at river-bank.demon.co.uk
Mon Dec 11 12:44:01 GMT 2000
Robert Roy wrote:
>
> Hi,
> I have currently trying to get PyQt2.2 running on my FreeBSD box. Everything seems to compile fine but in make install I get the following error:
>
> <snip>
> ----------------------------------------------------------------------
> /bin/sh ../mkinstalldirs /usr/local/lib/python2.0/site-packages
> /usr/bin/install -c -m 644 ./qt.py /usr/local/lib/python2.0/site-packages/qt.py
> make install-data-hook
> (cd /tmp; PYTHONPATH=/usr/local/lib/python2.0/site-packages:/usr/local/lib/python2.0/site-packages python -c "import qt")
> Traceback (most recent call last):
> File "<string>", line 1, in ?
> File "/usr/local/lib/python2.0/site-packages/qt.py", line 43, in ?
> import libqtc
> ImportError: /usr/local/lib/python2.0/site-packages/libqtcmodule.so: Undefined symbol "__ti10QWorkspace"
> *** Error code 1
Is this symbol defined in your Qt shared library?
Do you have another (earlier) version of Qt installed on the same
system?
Phil
More information about the PyQt
mailing list