--- Phil Thompson <[EMAIL PROTECTED]> schrieb: > 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. >
thanks. when I call make as root it works. didn't have the permission to copy the module to site-packages. thanks for your help and great work on PyQT Markus > Phil > __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingelt�ne f�rs Handy bei http://sms.yahoo.de _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
