On 10/04/2008, at 1:25 PM, storyloops wrote: > > Hi, > > A very basic problem - I hope. CherryPy won't start. Attached is the > traceback. I have Apche on this box - stopped. I also have MySql on > box - running. I'm sure it is something simple. Any suggestions. > > Also, I hope this is the right spot to ask this. I'm checking things > out. Thanks to all respondents. Traceback below;: > > C:\stephen-turbo>python start-test1.py > 2008-04-09 17:52:37,694 cherrypy.msg INFO CONFIG: Server parameters: > 2008-04-09 17:52:37,694 cherrypy.msg INFO CONFIG: > server.environment: development > 2008-04-09 17:52:37,704 cherrypy.msg INFO CONFIG: > server.log_to_screen: True > 2008-04-09 17:52:37,704 cherrypy.msg INFO CONFIG: server.log_file: > 2008-04-09 17:52:37,704 cherrypy.msg INFO CONFIG: > server.log_tracebacks: True > 2008-04-09 17:52:37,714 cherrypy.msg INFO CONFIG: > server.log_request_headers: True > 2008-04-09 17:52:37,724 cherrypy.msg INFO CONFIG: > server.protocol_version: HTTP/1.0 > 2008-04-09 17:52:37,724 cherrypy.msg INFO CONFIG: > server.socket_host: > 2008-04-09 17:52:37,724 cherrypy.msg INFO CONFIG: > server.socket_port: 8080 > 2008-04-09 17:52:37,734 cherrypy.msg INFO CONFIG: > server.socket_file: > 2008-04-09 17:52:37,744 cherrypy.msg INFO CONFIG: > server.reverse_dns: False > 2008-04-09 17:52:37,744 cherrypy.msg INFO CONFIG: > server.socket_queue_size: 5 > 2008-04-09 17:52:37,755 cherrypy.msg INFO CONFIG: > server.thread_pool: 10 > Unhandled exception in thread started by <bound method Server._start > of <cherrypy._cpserver.Server > object at 0x00BC5C30>> > Traceback (most recent call last): > File "c:\python25\lib\site-packages\cherrypy-2.3.0-py2.5.egg\cherrypy > \_cpserver.py", line 78, in > _start > Engine._start(self) > File "c:\python25\lib\site-packages\cherrypy-2.3.0-py2.5.egg\cherrypy > \_cpengine.py", line 110, in > _start > func() > File "c:\python25\lib\site-packages\TurboGears-1.0.4.4-py2.5.egg > \turbogears\startup.py", line 182 > , in startTurboGears > view.load_engines() > File "c:\python25\lib\site-packages\TurboGears-1.0.4.4-py2.5.egg > \turbogears\view\base.py", line 3 > 71, in load_engines > engine = entrypoint.load() > File "build/bdist.linux-i686/egg/pkg_resources.py", line 1911, in > load > File "build/bdist.linux-i686/egg/pkg_resources.py", line 1924, in > require > File "build/bdist.linux-i686/egg/pkg_resources.py", line 524, in > resolve > pkg_resources.DistributionNotFound: Myghty>=1.1
It is telling you that there is a dependency for Myghty >= 1.1 that cannot be resolved. You should install (or upgrade) the Myghty package. Cheers, Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

