hello,
I know to import a .py in a subdirectory is : . (dot) but what is the statment for parent directory ?
thank you. olivier noblanc http://www.logiciel-erp.fr
sys.path.append("..") import you_python_file_you_want_to_import.py -- http://mail.python.org/mailman/listinfo/python-list