Module Browsing?

Sean 'Shaleh' Perry shaleh at valinux.com
Tue May 8 19:29:30 EDT 2001


> ...here's another thing:
> can i import a module that is not on the sys.path
> by giving it's full path?
> 

you can always add the path to sys.path.  Or you can use exec().




More information about the Python-list mailing list