Hi all:
I try to do things below:
>>>import sys
>>> for i in sys.modules.keys():
import i
Traceback (most recent call last):
File "<pyshell#67>", line 2, in <module>
import i
ImportError: No module named iBut it seems that import donot know what is i ? why? Thanks/ -- http://mail.python.org/mailman/listinfo/python-list
