[PyKDE] problem compiling PyQt 3.8

Phil Thompson phil at riverbankcomputing.co.uk
Tue Aug 19 14:18:01 BST 2003


On Tuesday 19 August 2003 12:54 pm, Markus Jais wrote:
> hi
>
> I have Qt 3.1.2 for Linux and Pyton 2.3
> I compiled sip 3.8 and scintilla-1.54.
>
> but when compiling PyQT I get this error:
>
>  g++ -shared -Wl,-soname,libqtcanvascmodule.so.1
> -Wl,-rpath,/usr/local/lib/python2.3/site-packages -o
> libqtcanvascmodule.so.1.0.0 qtcanvascmodule.o
> sipqtcanvasQCanvasText.o sipqtcanvasQCanvasEllipse.o
> sipqtcanvasQCanvasLine.o sipqtcanvasQCanvasSpline.o
> sipqtcanvasQCanvasPolygon.o
> sipqtcanvasQCanvasRectangle.o
> sipqtcanvasQCanvasPolygonalItem.o
> sipqtcanvasQCanvasSprite.o
> sipqtcanvasQCanvasPixmapArray.o
> sipqtcanvasQCanvasPixmap.o sipqtcanvasQCanvasView.o
> sipqtcanvasQCanvas.o sipqtcanvasQCanvasItem.o
> sipqtcanvasQCanvasItemList.o
> moc_sipqtcanvasProxyqtcanvas.o
> -Wl,-rpath,/usr/local/qt-x11-free-3.1.2/lib
> -L/usr/local/qt-x11-free-3.1.2/lib -L/usr/X11R6/lib
> -L/usr/local/lib/python2.3/site-packages -lqtcmodule
> -L/usr/local/lib/python2.3/site-packages -lsip -lqt-mt
> -lXext -lX11 -lm -lpthread
> /usr/i486-suse-linux/bin/ld: cannot find -lqtcmodule
> collect2: ld returned 1 exit status
>
>
> there is not libqtcmodule on my machine. do you know
> what I have to install to get it compiling.

That file is part of PyQt and should be in your site-packages directory by the 
time the canvas module is linked.

Phil




More information about the PyQt mailing list