specify arbitrary library directory directly in code?

2005-10-27 Thread scooterm
### Background In [other programming language] it is possible to specify any special and arbitrary directory (or set of directories) to use as a source for custom, user-designed modules. For example, one can do: ### begin script ### (located in ../faa/faa_script.xyz) ### init script

Re: specify arbitrary library directory directly in code?

2005-10-27 Thread Mike Meyer
[EMAIL PROTECTED] writes: ### Initial Findings After searching around a bit, it appears that python does not have a built-in mechanism for specifying arbitrary directories as the first place to look for module code. There are options that allow one to specify alternate directories, but all