ShivKumar Anand wrote:
> dear all,
>
> I am trying to run turbogears application using Apache on windows and
> the start_prj.py is
>
> from os.path import *
> import sys
> PythonHandler mpcp: AttributeError: 'module' object has no attribute 'argv'
Do you have a module somewhere called sys.py
"ShivKumar Anand" <[EMAIL PROTECTED]> wrote
> I am trying to run turbogears application using Apache
> on windows and the start_prj.py is
Have you tried the TurboGears forums?
I suspect you'll get an answer there faster and more reliably
than here. I use TurboGears but not with Apache on XP
dear all,
I am trying to run turbogears application using Apache on windows and the
start_prj.py is
from os.path import *import sys
#if len(sys.argv) > 1:#update_config(configfile=sys.argv[1],
modulename="wiki30.config")
sys.argv[0]="d:/web/Wiki-30"sys.argv[1]="d:/web/Wiki-30/dev.conf"