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

The proposed work around to 
"""
Change line 345 in org.python.pydev/PySrc/jyimportstipper.py 

from :

except AttributeError:

to:

except (AttributeError, java.lang.NoClassDefFoundError):
"""

seemed to have no effect at all. Perhaps this is because I am using Jython 2.2
and not Jython 2.1. I also tried moving the jar file to the system PYTHONPATH.

(A small difference I assume is irrelevant: I changed
eclipse/plugins/org.python.pydev_1.3.0/PySrc/jyimportsTipper.py)

______________________________________________________________________
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