Python JUnit Error
Traceback (most recent call last):
File "C:\Documents and Settings\venkatpa\.IntelliJIdea90\config\plugins\python\helpers\pycharm\utrunner.py", line 73, in <module>
module = loadSource(a[0])
File "C:\Documents and Settings\venkatpa\.IntelliJIdea90\config\plugins\python\helpers\pycharm\utrunner.py", line 31, in loadSource
module = imp.load_source(moduleName, fileName)
IOError: [Errno 2] No such file or directory
Het this in 9.0.2 trying to run a unit test (this has python plugin on IDEA, not PyCharm).
Any ideas pelase.
Please sign in to leave a comment.