python cgi script ImportError:

Mike S. msajec at yahoo.com
Wed Oct 16 03:55:04 EDT 2002


I've written a cgi script that is giving me an ImportError.  What's
confusing is that the same code executed in idle runs fine.

i.e, when in idle I use (>> import dislin) and have no problems, but in the
following cgi script:

#!d:\python22\python
import dislin

the error log reports: "ImportError: No module named dislin"

any advice is appreciated.  thanks, m.







More information about the Python-list mailing list