PyQt

Bruce Wolk bawolk at ucdavis.edu
Fri Aug 24 21:06:53 EDT 2001


When you configure SIP and PyQt, make sure to run ./configure with

--with-python=<path/to/py/executable>  --with-qt-dir=<path/to/correct/qt/dir>

The problem is that there may be various versions of python and qt lying
around.  It will all be worth it once it installs.

Cheers, Bruce

LeoDeBeo wrote:

> sorry me again
>
> i was able to find the PyQt modules in my old python1.5 site-packages path.
> i'm using python2.0 now
> i included in my PYTHONPATH the site-packages directory from version1.5 but
> still i can't import qt in python2.1
>
> when importing qt python2.1 gives following error message
>
> File "/usr/lib/python1.5/site-packages/qt.py", line 44, in ?
>         import libqtc
> ImportError: /usr/local/lib/libsip.so.6: undefined symbol: Py_Free
>
> anyone an idea?
> tx
>
>




More information about the Python-list mailing list