[PyKDE] ANN: SIP v4.0pre1 Released

Rune Hansen rune.hansen at viventus.no
Fri Oct 17 23:22:01 BST 2003


On fredag, okt 17, 2003, at 23:12 Europe/Oslo, Willard Myers wrote:

> On Oct 17, 2003, at 16:49, Rune Hansen wrote:
>
>> $PYTHON/site-packages has these qt files:
>> qt.dylib
>> qtgl.dylib
>> qtsql.dylib
>> qtui.dylib
>> qtcanvas.dylib
>> qtnetwork.dylib
>> qttable.dylib
>> qtxml.dylib
>> ...and nothing else...
>>
>> Can't help but think I've made an error....some where :-)
>
> That's most of the way there, you are missing qt.py, etc. Did you run 
> the install step?
>
> I'll take a run at building things later this weekend.
>
>   Bill
>
>
Hi Bill. Yes I did make install.
( [ -d qt ] && cd qt ; make -f Makefile install; ) || true
make[1]: Nothing to be done for `install'.
( [ -d qtcanvas ] && cd qtcanvas ; make -f Makefile install; ) || true
make[1]: Nothing to be done for `install'.
( [ -d qtnetwork ] && cd qtnetwork ; make -f Makefile install; ) || true
make[1]: Nothing to be done for `install'.
( [ -d qttable ] && cd qttable ; make -f Makefile install; ) || true
make[1]: Nothing to be done for `install'.
( [ -d qtxml ] && cd qtxml ; make -f Makefile install; ) || true
make[1]: Nothing to be done for `install'.
( [ -d qtsql ] && cd qtsql ; make -f Makefile install; ) || true
make[1]: Nothing to be done for `install'.
( [ -d qtgl ] && cd qtgl ; make -f Makefile install; ) || true
make[1]: Nothing to be done for `install'.
( [ -d qtui ] && cd qtui ; make -f Makefile install; ) || true
make[1]: Nothing to be done for `install'.
( [ -d pyuic3 ] && cd pyuic3 ; make -f Makefile install; ) || true
make[1]: Nothing to be done for `install'.
( [ -d pylupdate3 ] && cd pylupdate3 ; make -f Makefile install; ) || 
true
make[1]: Nothing to be done for `install'

ls -R | grep qt.py in the PyQt source catalog turns up exactly nothing.

regards

/rune




More information about the PyQt mailing list