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

I'm attempting to run code I'm working on in as Debug with Jython and getting
error messages.

Plug-in: PyDev 1.4.4.2336 
Eclipse: 3.4.2 (Classic Eclipse download) 
System: Mac OS X (10.5.6) 
             (recently unboxed, most settings default: haven't change Firewall
configuration)
Jython: 2.5.b4

I get the following output in the console along with an error dialog: 

Traceback (most recent call last):
  File "/Applications/eclipse/plugins/org.python.pydev.debug_1.4.4.2636/pysrc/py
devd.py", line 4, in <module>
    from pydevd_comm import  CMD_CHANGE_VARIABLE,\
  File "/Applications/eclipse/plugins/org.python.pydev.debug_1.4.4.2636/pysrc/py
devd_comm.py", line 70, in <module>
    import pydevd_vars
  File "/Applications/eclipse/plugins/org.python.pydev.debug_1.4.4.2636/pysrc/py
devd_vars.py", line 73, in <module>
    typeMap = [
AttributeError: 'javapackage' object has no attribute 'PyJavaInstance'

The error dialog's details: 

Unexpected error setting up the debugger
Socket closed

Any clue?  Do I actually need to open a socket for the debugger?  Any tips on
what directions I need to go to figure this out?



______________________________________________________________________
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

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to