Can't debug in NB 6.8 with Python 3.1.1 plugin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pavol
    New Member
    • Mar 2010
    • 1

    Can't debug in NB 6.8 with Python 3.1.1 plugin

    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.
Working...