[PyKDE] kdebindings 3.2.91 and bytearray.sip

Michael Franz Aigner amfranz at gmail.com
Tue Jul 13 13:39:00 BST 2004


Regarding the python bindings in the sources of the recently released
kde beta... please can somebody knowledgeable of the matter tell me
the reason why the file sip/kdecore/bytearray.sip is not included any
more in the kde python bindings?

The two functions provided by this file were dcop_add and dcop_next,
which marshal data into and out of a QByteArray. I need them for a
DCOP service implemented in Python which uses this two functions to
marshal incoming / outgoing data.

If it is the case that those functions will not be contained in PyKDE
any more, is there any substitute for them which will allow me to read
from / write to a QByteArray? Or, even better would be if there is a
possibility of implementing a DCOP service without having to take of
marshaling the data manually?

Of course, the last resort would be to implement the functionality of
dcop_add and dcop_next completely in Python, but i try to avoid that.




More information about the PyQt mailing list