Appending Python path (v. 1.6)

David Goodger dgoodger at bigfoot.com
Wed Sep 13 21:57:21 EDT 2000


on 2000-09-13 21:37, Jon Cosby (jcosby at wolfenet.com) wrote:
> I'm trying to add a directory to the Python module path.

If the registry doesn't work, you could always add a .pth path configuration
file to your Python installation directory. See the library reference for
module 'site'.

-- 
David Goodger    dgoodger at bigfoot.com    Open-source projects:
 - The Go Tools Project: http://gotools.sourceforge.net
 (more to come!)




More information about the Python-list mailing list