Fouff wrote: > > I know to import a .py in a subdirectory is : . (dot)
(huh?) > > but what is the statment for parent directory ? > > sys.path.append("..") > import you_python_file_you_want_to_import.py make that: import you_python_file_you_want_to_import </F> -- http://mail.python.org/mailman/listinfo/python-list