[Python-Dev] Embedded python module search path
Jack Jansen
Jack.Jansen at cwi.nl
Tue Aug 19 13:18:53 EDT 2003
More information about the Python-Dev mailing list
Tue Aug 19 13:18:53 EDT 2003
- Previous message: [Python-Dev] Embedded python module search path
- Next message: [Python-Dev] Embedded python module search path
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On maandag, aug 18, 2003, at 18:40 Europe/Amsterdam, Tom Emerson wrote: > Thomas Heller writes: > [...] >>>> Is it worth providing an alternative initialization API that allows >>>> these values to be specified explicitly instead of having them >>>> computed? Or is there a reason not to do this? >> >> Wouldn't a Py_SetPath function do the trick, which would initially set >> module_search_path (if it's not already set)? > > Yes, that is essentially what I propose adding: > > void Py_SetPaths(modulepath, prefix, execprefix, fullpath); Note that if we're going to tackle this I think we should also have a way to disable the other code that looks at the environment to set the various flags. -- - Jack Jansen <Jack.Jansen at oratrix.com> http://www.cwi.nl/~jack - - If I can't dance I don't want to be part of your revolution -- Emma Goldman -
- Previous message: [Python-Dev] Embedded python module search path
- Next message: [Python-Dev] Embedded python module search path
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list