On Nov 12, 2007 7:16 AM, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: > > On Monday 12 November 2007 08:17:03 ddg_linux wrote: > > cherrypy._cperror.NotReady: Port not free. > > > > I can't run the startup file in the wiki tutorial because of a port > > not free. > > > > What should i do here for this issue? > > Either stop whatever process is hogging that port or reconfigure the port in > the dev/live.cfg >
In dev.cfg Uncomment the server.socket_port=8080 and change it to server.socket_port=8081 then python start_yourproject.py Lucas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

