Hi,

It's easy to open a file not located in the current working directory (cwd). But how about importing a module?

For instance, suppose I have a file, say my_file.py, located in the cwd, say /home/candide/ and suppose the module to be imported, say my_module.py, is located in the /home/candide/foo/ directory.



How my_file.py can import the my_module.py module ?

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

Reply via email to