After some dependency problems I've got a problem which I haven't been
able to solve until now.
when type python build.py to build pykde, I get the following error:

Traceback (most recent call last):
 File "build.py", line 1038, in ?
   main (sys.argv)
 File "build.py", line 989, in main
   dis = Discovery (opts, usingSip, usingQt, usingPyQt, usingKDE,
usingPyKDE, isPyKDE)
 File "build/discover.py", line 483, in __init__
   self.discoverQt3 (opts)
 File "build/discover.py", line 608, in discoverQt3
   self.qtIncl = DiscoverQt3Incl ("qglobal.h", [os.path.join
(self.qt.path, "include"), qtInclDir])
 File "build/discover.py", line 202, in __init__
   Discover.__init__ (self, target, searchPath)
 File "build/discover.py", line 45, in __init__
   self.search (target, searchEntry)
 File "build/discover.py", line 58, in search
   if os.path.isdir (searchEntry)\
 File "/usr/lib/python2.3/posixpath.py", line 187, in isdir
   st = os.stat(path)
TypeError: coercing to Unicode: need string or buffer, list found
[EMAIL PROTECTED]:~/PyKDE-3.8.0$

Any ideas?
Tthanks in advance, florian

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to