|
||||
|
Hi all, I was hoping you people could help me with this: I have a windows 98 system with apache server installed on it. I configured apache to run .py files as cgi. Now Iam able to compile the python files that do not include any module from my cgi-bin directory, but when I import any module(like import cgi) in the scripts, the server shows an error.The error log entry when importing cgi is this- File "C:\\PYTHON24\\lib\\cgi.py", line 38, in ?\r import os\r ImportError: No module named os\r All the modules that are not being found work fine in normal python scripts run from the interpreter. Any help would be greatly appreciated, thanks in advance.... |
||||
|
|
