On Tue, Aug 2, 2011 at 4:52 PM, smith jack <[email protected]> wrote: > from org.test.A import A
This is going to look for org/test/A.py but not for org.test/A.py - are you able to rename your directories to not have dots? ChrisA -- http://mail.python.org/mailman/listinfo/python-list
