Re: [Tutor] PythonHandler mpcp: AttributeError: 'module' object has no attribute 'argv'

2007-05-19 Thread Kent Johnson
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

Re: [Tutor] PythonHandler mpcp: AttributeError: 'module' object has no attribute 'argv'

2007-05-19 Thread Alan Gauld
"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

[Tutor] PythonHandler mpcp: AttributeError: 'module' object has no attribute 'argv'

2007-05-19 Thread ShivKumar Anand
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"