[Henry] > So I can't make PythonWin use a startup script? Is their a way to > permanently add paths to PythonWin, so I can access scripts in my project > directories? I use ActivePython on win 98 BTW. I think that it may be > done through editing the regestry, but I am not sure how to go about it.
adding "-run c:\wherever\foo.py" to the command-line should allow you to execute a script. To add a path, use the the Tools -> Edit Python Path menu option. In the "PythonPath" section, add a new key, and call it "MyPath". Set the value of this to a semi-colon separated list of directory names. Restart Pythonwin, and all should be fine. Mark. _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython