Hi, I'm quite new to Python and would appreciate help. My NB IDE 6.8 has Python and Jython Distribution plugins installed. I have Python 3.1.1 installed on my PC. I can 'run' my script ok but once I try to use debug feature in the NetBeans 6.8 the IDE aborts with errors in the debug python scripts.
Here is an example - ....\.netbeans\ 6.8\config\nbPy thon\debug\nbpy thondebug\dbgne twork.py", line 140, in _send self._connectio ns['out'].send( buffer)
TypeError: must be bytes or buffer, not str.
It seems to me that the dbgnetwork.py script is not compatible with Python 3.1.
Can somebody please suggest where to get newer Python plugin for Nb IDE 6.8.
Thanks.
Here is an example - ....\.netbeans\ 6.8\config\nbPy thon\debug\nbpy thondebug\dbgne twork.py", line 140, in _send self._connectio ns['out'].send( buffer)
TypeError: must be bytes or buffer, not str.
It seems to me that the dbgnetwork.py script is not compatible with Python 3.1.
Can somebody please suggest where to get newer Python plugin for Nb IDE 6.8.
Thanks.