Hello,
I noticed you're not using current pykde? 3.16.7 is the latest, try it
with that (I also don't know anything about python and kde bindings,
but I guess new version can't hurt...)
Regards Ladislav Laska
S pozdravem Ladislav Laska
---
xmpp/jabber: ladislav.laska(a)jabber.cz
On Tue, Sep 21, 2010 at 7:14 AM, Darrell Anderson
<humanreadable(a)yahoo.com> wrote:
I used the following in my build script:
=======================
python ./configure.py -k $PREFIX -L $LIBDIR -n $LIBDIR/kde3 -o /usr/include
make || exit 1
make install DESTDIR=$PKG
python importTest.py
=======================
Where $PREFIX and $LIBDIR are the same as all other build scripts.
The build stalls at the same point. I really don't know whether anything is
happening, but I wait for about 10 minutes.
The configure.py script needs verbosity. There are long periods when the user does not
know if anything is happening. For example, when creating the make files. Would be nice if
something appeared on screen.
Darrell