On Sunday January 25 2004 10:22, ArchNGEL wrote: > Hi! > > Using MDK9.1. I met problems due to the fact of mdk screwin' > up everything so i decided to compile everything from source. > this includes: qt 3.3.0b1 > python 2.3 > sip 3.10 > pyqt 3.10 ( < this wasnt easy)
PyKDE won't build with PyQt/sip 3.10 - you need PyQt/sip 3.8 at the moment. >From other msgs on the list, it appears there are Mdk rpms at http://sourceforge.net/pykde for sip, PyQt and PyKDE, and those are likely a better choice. Otherwise, you'll need to obtain sip and PyQt 3.8 and install those. Jim > with PyKDE i get this: > > PyKDE tells: *** Error: Couldn't import qt module from PyQt > > the full output: > % python2.3 build.py > > Building PyKDE 3.8 on linux2. > > Python version is 2.3 > Python parent directory is /usr/local/lib/python2.3 > Python library directory is /usr/local/lib/python2.3/config > Python include directory is /usr/local/include/python2.3 > > Home directory is /root > > sip code generator path (sip) is /usr/local/bin > sip version is 3.1 > sip lib directory (libsip*) is > /usr/local/lib/python2.3/site-packages sip include directory > (sipQt.h) is /usr/local/include/python2.3 > > Qt3 parent directory is /usr/local/qt3 > Qt3 lib directory (libqt-mt.so.3) is /usr/local/qt3/lib > Qt3 include directory (qglobal.h) is /usr/local/qt3/include > Qt version is 3.3.0b1 > > PyQt lib directory is /usr/local/lib/python2.3/site-packages > > *** Error: Couldn't import qt module from PyQt > > Please review the installation documentation before reporting > errors When reporting errors, include the complete output of > this program > > > any help would be appreciated > thanks > > David > > _______________________________________________ > PyKDE mailing list [EMAIL PROTECTED] > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
