I installed turbogears on and started a sample test project.  After I
started the application I am getting the following message and the
application exits

python start-hello.py&
Babu:hello babu$ 2008-06-14 00:55:23,841 cherrypy.msg INFO CONFIG:
Server parameters:
2008-06-14 00:55:23,842 cherrypy.msg INFO CONFIG:
server.environment: development
2008-06-14 00:55:23,842 cherrypy.msg INFO CONFIG:
server.log_to_screen: True
2008-06-14 00:55:23,842 cherrypy.msg INFO CONFIG:   server.log_file:
2008-06-14 00:55:23,842 cherrypy.msg INFO CONFIG:
server.log_tracebacks: True
2008-06-14 00:55:23,843 cherrypy.msg INFO CONFIG:
server.log_request_headers: True
2008-06-14 00:55:23,843 cherrypy.msg INFO CONFIG:
server.protocol_version: HTTP/1.0
2008-06-14 00:55:23,843 cherrypy.msg INFO CONFIG:
server.socket_host:
2008-06-14 00:55:23,843 cherrypy.msg INFO CONFIG:
server.socket_port: 3000
2008-06-14 00:55:23,844 cherrypy.msg INFO CONFIG:
server.socket_file:
2008-06-14 00:55:23,844 cherrypy.msg INFO CONFIG:
server.reverse_dns: False
2008-06-14 00:55:23,844 cherrypy.msg INFO CONFIG:
server.socket_queue_size: 5
2008-06-14 00:55:23,844 cherrypy.msg INFO CONFIG:
server.thread_pool: 10
Unhandled exception in thread started by <bound method Server._start
of <cherrypy._cpserver.Server object at 0xc0c410>>
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/CherryPy-2.3.0-py2.5.egg/cherrypy/
_cpserver.py", line 78, in _start
    Engine._start(self)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/CherryPy-2.3.0-py2.5.egg/cherrypy/
_cpengine.py", line 110, in _start
    func()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/TurboGears-1.0.4.4-py2.5.egg/turbogears/
startup.py", line 182, in startTurboGears
    view.load_engines()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/TurboGears-1.0.4.4-py2.5.egg/turbogears/view/
base.py", line 371, in load_engines
    engine = entrypoint.load()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.py",
line 1911, in load
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.py",
line 1924, in require
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.py",
line 524, in resolve
pkg_resources.DistributionNotFound: Myghty>=1.1


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to