Menu

#1439 Running nose tests doesn't work with Python 3.2

open
nobody
None
5
2011-12-16
2011-12-16
Matt Chaput
No

Pydev 2.2.3

In Project properties, set interpreter to Python 3.2.

Right click tests folder and choose Run As > Python Unit Test.

Console shows error:

Traceback (most recent call last):
File "/Developer-old/Applications/Eclipse/plugins/org.python.pydev.debug_2.2.3.2011100616/pysrc/runfiles.py", line 162, in <module>
main()
File "/Developer-old/Applications/Eclipse/plugins/org.python.pydev.debug_2.2.3.2011100616/pysrc/runfiles.py", line 72, in main
sys.exc_clear()
AttributeError: 'module' object has no attribute 'exc_clear'

Discussion