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
[email protected]
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to