Hi,
Can you tell us a bit more about your setup? Are you running TurboGears from SVN? which revision?
Platform? Are you able to run a quickstarted project?
Cheers
Ronald

On Jan 29, 2006, at 7:29 AM, nyenyec wrote:


Hi,

I'm going through the TurboTunes tutorial and I can't connect to the
server after
python start-turbotunes.py

I don't see anything on the console and it seems that no one is
listening at http://localhost:8080

How can I turn on some basic logging for the server, so that I can see
that it starts up and actually starts listening on this port?

I tried this in start-turbotunes.py , but still didn't see anything:

settings = {
    'global' :
        { 'server.logToScreen' : True,
          'server.logFile': "log.txt"}
}
cherrypy.config.update(settings)


What am I doing wrong?

Thanks,
nyenyec


________________________________
Ronald Jaramillo
mail: ronald AT checkandshare DOT com
blog: http://www.checkandshare.com/blog



Reply via email to