How can I import functions from another python file

yinglcs at gmail.com yinglcs at gmail.com
Mon Apr 9 17:06:11 EDT 2007


Hi,
i have 2 python files in *different directory* , how can I import
python functions from 1 python file to another?

i get this error:
import task
ImportError: No module named task/

Thank you.




More information about the Python-list mailing list