jiyda
2011-10-07 07:34:36 UTC
from aFileName import *
I did this:
nameOfHWK = raw_input('Name Of HWK')
from nameOfHWK import *
but it tells me there is no such file although there is :
Traceback (most recent call last):
File "C:\Documents and Settings\mnabilmu\My Documents\Python TA\Homework4\py files\hw3Autograder.py", line 2, in
from nameOfHWK import *
ImportError: No module named nameOfHWK