Hi Greg, Try running the start script from the projects directory:
c:\PathToMyProjectsDir\wiki20>wiki20-start.py That should work fine. The pyhton 2.4 windows install binds the .py extention to the python interperter. Greg Dean wrote: > Hello all, > > I just the 0.8.8 release and all went fine until I tried to run the > wiki20-start.py file. I got this. Anybody have any ideas on what is wrong > here. I haven't touched anything in these files. I'm using Windows XP. > > C:\Python24>python scripts\wiki20\wiki20-start.py > Traceback (most recent call last): > File "scripts\wiki20\wiki20-start.py", line 16, in ? > cherrypy.config.update(file="dev.cfg") > File "c:\python24\lib\site-packages\CherryPy- > 2.1.1-py2.4.egg\cherrypy\config.py", > line 86, in update > _load(file, override) > File "c:\python24\lib\site-packages\CherryPy- > 2.1.1-py2.4.egg\cherrypy\config.py", > line 206, in _load > conf = dict_from_config_file(configFile) > File "c:\python24\lib\site-packages\CherryPy- > 2.1.1-py2.4.egg\cherrypy\config.py", > line 182, in dict_from_config_file > configParser.read(configFile) > File "c:\python24\lib\site-packages\CherryPy- > 2.1.1-py2.4.egg\cherrypy\config.py", > line 168, in read > fp = open(filename) > IOError: [Errno 2] No such file or directory: 'dev.cfg' > > --Greg

