Import question

Costas Menico costas at meezon.com
Sat May 19 15:36:09 EDT 2001


I find it annoying to force my code to be imported only from sys.path.
Is there a way to import code from any path without having to add it
to sys.path?

e.g. Why can't we do import c:\\myapppath\\myutil and then that would
make myutil be loaded.

costas



More information about the Python-list mailing list