On Oct 22, 2008, at 5:38 PM, Kurda Yon wrote:

Hi,

I would like to import a function from a file which is located not in
the same directory as the main program (from which the function needed
to be imported).

Could anybody pleas tell me how to do that?

Python will search for module files in a number of places:
http://docs.python.org/tutorial/modules.html#the-module-search-path

sys.path will give you a list of all the places that will look for modules.






--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to