That depends on how you are running WebKit. 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:
import sys sys.path.insert(YOUR_PATH) On Thursday 07 March 2002 09:18, Magnus Lie Hetland wrote: > Just a quick question: Where is the best place to modify sys.path > if I want to add a directory for importing into my PSP pages, which > is not directly available through WebKit? _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
