Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4207459
By: jaimecham

Strange problem while running PyDev 1.2.9 with Eclipse SDK 3.2.1 on Windows XP.
The following simple script:

import simplejson
print simplejson.loads('"foo"')

Produces the following on the Console when under "Debug":

pydev debugger
C:\Python25\Lib\threading.py:699: RuntimeWarning: tp_compare didn't return -1
or -2 for exception
  return _active[_get_ident()]
Traceback (most recent call last):
  File "C:\Program
Files\Eclipse-WTP\plugins\org.python.pydev.debug_1.2.9\pysrc\pydevd.py", line
475, in trace_dispatch
    t = threading.currentThread()
  File "c:\python25\lib\threading.py", line 699, in currentThread
    return _active[_get_ident()]
GeneratorExit
Exception exceptions.SystemError: 'error return without exception set' in 
<generator
object at 0x00C76378> ignored
pydev debugger
C:\Python25\Lib\threading.py:699: RuntimeWarning: tp_compare didn't return -1
or -2 for exception
  return _active[_get_ident()]
Traceback (most recent call last):
  File "C:\Program
Files\Eclipse-WTP\plugins\org.python.pydev.debug_1.2.9\pysrc\pydevd.py", line
475, in trace_dispatch
    t = threading.currentThread()
  File "c:\python25\lib\threading.py", line 699, in currentThread
    return _active[_get_ident()]
GeneratorExit
Exception exceptions.SystemError: 'error return without exception set' in 
<generator
object at 0x00C76378> ignored
foo

Under "Run", no such trouble.

This is with several versions of the Cheeseshop's simplejson module. I haven't
been able to reproduce this with other modules, but what could simplejson be
doing to cause this.

Awesome tool PyDev, btw, thanks!

Jaime

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to