[PyQt] Python3 question

Detlev Offenbach detlev at die-offenbachs.de
Sat Mar 21 18:39:41 GMT 2009


Hi,

I am in the process of writing a Python3 compatible debugger backend for 
eric4. However, I am having a problem I cannot solve to to being not very 
familiar with the new Python3 stuff.

Eric4 uses file like objects to buffer the socket connection to the debug 
server (= the IDE). That is implemented in AsyncFile.py. When I use this file 
with Python3, an exception is raised.

TypeError('expected an object with the buffer interface',)

What does this mean and what do I have to do to fix it?

Thanks for any help.

Regards,
Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the PyQt mailing list