
December 9th, 2004, 05:18 AM
|
|
Contributing User
|
|
Join Date: Oct 2004
Location: Bombay, India
Posts: 159
  
Time spent in forums: 43 m 45 sec
Reputation Power: 7
|
|
|
ImportError
I've a folder containing some python test cases. I'm running them under Jython. The problem is it works fine for Test10.py ... but for the other test cases it throws me an ImportError.
This is what I do at the Jython interpretor....
PHP Code:
>>> import Test1
Traceback (innermost last):
File "<console>", line 1, in ?
ImportError: no module named Test1
What could be the problem?? Because I can access my
Test() which is inside my Test10.... but other test cases can't be imported?
Can someone figure out where I'm going wrong?
Subha 
|