for example: X.py is in aaa.bbb and it has a line like "import aaa.bbb.Y" how can I run X.py avoiding it saying such like "ImportError: No module named aaa.bbb"?
Is all runnable script must be in the default package? thanks. -- http://mail.python.org/mailman/listinfo/python-list