On Wednesday February 4 2004 12:11, Ice wrote:
> bash-2.05b# python build.py
> Building PyKDE 3.8 for Python 2.3.3 on linux2.
> /usr/lib/python2.3/site-packages is the PyKDE installation
> directory. /usr/lib/python2.3/config contains libpython
> /usr/include/python2.3 contains Python.h.
> /usr/bin/sip will be used as the SIP code generator.
> /usr/include/python2.3 contains sipQt.h.
> An internal error occured. Please report all the output from
> the program, including the following traceback, to
> <[EMAIL PROTECTED]> and CC the PyKDE mailing list:
> <[EMAIL PROTECTED]>. Thanks.
> Traceback (most recent call last):
> File "build.py", line 1830, in ?
> main(sys.argv)
> File "build.py", line 1737, in main
> installChecks()
> File "build.py", line 953, in installChecks
> findPyQtModules ()
> File "build.py", line 881, in findPyQtModules
> error ("Unable to locate %" % pyqtModDir)
> ValueError: incomplete format
The immediate error is that the msg should be "... locate %s",
but what's causing the error msg in the first place is that
build.py can't locate libqtcmodule.so in any of the paths where
it would normally look.
Make sure you have sip and PyQt installed. If you do,
libqtcmodule has to be somewhere in sys.path (usually
python/site-packages). If it isn't, you can specify it's
location using the -d switch.
Jim
_______________________________________________
PyKDE mailing list [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde