Problem with python finding scripts

Alex new_name at mit.edu
Sun May 20 20:31:49 EDT 2001


> I tried to run Solarwolf (yes, I installed SDL & stuff...) and it gave
> me the error message: "Cannot Import Solarwolf Modules".  Does this
> have anything to do with my os.environ["path"]?

It seems more likely that you have to add the relevant paths to the
sys.path list.  The paths in that list are the ones searched during
importing of a new module.

Alex.



More information about the Python-list mailing list