Tavis Rudd <[EMAIL PROTECTED]>: [snip] > On Thursday 07 March 2002 09:47, Edmund Lian wrote: > > Tavis, > > > > >>If you're running it with a special user account you can modify > > >> the > > > > PYTHONPATH env var in > > the user's .profile or .bashrc file. Otherwise you can just add > > the following lines to any __init__.py file that you know will be > > loaded by WebKit<<
Right. I didn't think of the __init__ files... :) (I must have missed your original post, but I get the point.) > > > > Is this global across all contexts and servlets, or can each > > context have a different path? > > > > ...Edmund. [paste] > > That's global to the process running Webware. > Now that's a problem for me... E.g. I'd like to define a dbpool module for each context etc. Is there any way to influence the search paths for each context separately? (If not, I'm sure I'll think of other ways to do this...) -- Magnus Lie Hetland The Anygui Project http://hetland.org http://anygui.org _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
