Hi all:
I try to do things below:
import i
Traceback (most recent call last):
File "<pyshell#6 7>", line 2, in <module>
import i
ImportError: No module named i
But it seems that import donot know what is i ? why?
Thanks/
I try to do things below:
>>>import sys
>>for i in sys.modules.key s():
>>for i in sys.modules.key s():
Traceback (most recent call last):
File "<pyshell#6 7>", line 2, in <module>
import i
ImportError: No module named i
But it seems that import donot know what is i ? why?
Thanks/
Comment