sys.path and the Windows registry
Owen F. Ransen
ransen_spam_me_not at nemo.it
Sat Feb 17 12:42:02 EST 2001
More information about the Python-list mailing list
Sat Feb 17 12:42:02 EST 2001
- Previous message (by thread): break multiple loop
- Next message (by thread): sys.path and the Windows registry
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks Mark! On Fri, 16 Feb 2001 23:53:46 GMT, Mark Hammond <MarkH at ActiveState.com> wrote: >Owen F. Ransen wrote: > >> I'm just starting out with Python and have some simple >> modules in a directoryb which is not on the sys.path. >> >> I hoped that if I edited the registry and added my new >> extra source file path I'd then see the new files in the >> path browser (GUI Python 2). >> >> I can't though, what am I missing? > >Create a new _subkey_ under the main PythonPath entry, calling it anything you like. Add your new path as the default value for this new key. > >The main PythonPath entry is reserved for the Python core, and it may choose to ignore it if it can find its own core. > >Mark. -- Owen F. Ransen http://www.ransen.com/ Home of Gliftic & Repligator Image Generators
- Previous message (by thread): break multiple loop
- Next message (by thread): sys.path and the Windows registry
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list