I'm still a newbie going working through the TurboGears Book. Like what I have seen so far, but having a frustrating time trying to figure out Widgets (ill have to ask later). Now the the new release 1.0 has me stumped. ( Good job I kept a backup of the Python.framework folder before upgrading! )

Installed from scratch including a fresh python install using tgsetup.py. (Mac OSX10.4, Python 2.4.4, all the latest installers). I cannot run my test project ( but it will work in "production" mode. ) A new clean TG project worked ok though.

Great to see 1.0 version, i like what ive seen so far with TG, thanks to everyone involved.
-- Howard.

--------

Here is the traceback:

$ python start-drawingissuetg.py
2007-01-05 13:50:20,534 cherrypy.msg INFO CONFIG: Server parameters:
2007-01-05 13:50:20,536 cherrypy.msg INFO CONFIG: server.environment: development 2007-01-05 13:50:20,537 cherrypy.msg INFO CONFIG: server.log_to_screen: True
2007-01-05 13:50:20,538 cherrypy.msg INFO CONFIG:   server.log_file:
2007-01-05 13:50:20,540 cherrypy.msg INFO CONFIG: server.log_tracebacks: True 2007-01-05 13:50:20,543 cherrypy.msg INFO CONFIG: server.log_request_headers: True 2007-01-05 13:50:20,544 cherrypy.msg INFO CONFIG: server.protocol_version: HTTP/1.0
2007-01-05 13:50:20,545 cherrypy.msg INFO CONFIG:   server.socket_host:
2007-01-05 13:50:20,546 cherrypy.msg INFO CONFIG:   server.socket_port: 8080
2007-01-05 13:50:20,547 cherrypy.msg INFO CONFIG:   server.socket_file:
2007-01-05 13:50:20,548 cherrypy.msg INFO CONFIG: server.reverse_dns: False 2007-01-05 13:50:20,549 cherrypy.msg INFO CONFIG: server.socket_queue_size: 5
2007-01-05 13:50:20,551 cherrypy.msg INFO CONFIG:   server.thread_pool: 10
Traceback (most recent call last):
 File "start-drawingissuetg.py", line 28, in ?
   turbogears.start_server(Root())
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/TurboGears-1.0-py2.4.egg/turbogears/startup.py", line 300, in start_server
   cherrypy.server.start()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cpserver.py", line 72, in start
   Engine.start(self)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cpengine.py", line 91, in start
   autoreload.main(self._start, freq=freq)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/lib/autoreload.py", line 59, in main
   reloader_thread(freq)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/TurboGears-1.0-py2.4.egg/turbogears/startup.py", line 50, in reloader_thread modlist = [modules[modname] for modname in modules if modname.startswith(package)]
RuntimeError: dictionary changed size during iteration
2007-01-05 13:50:20,687 cherrypy.msg INFO ENGINE: SystemExit raised: shutting down autoreloader
2007-01-05 13:50:20,690 cherrypy.msg INFO HTTP: HTTP Server shut down
2007-01-05 13:50:20,699 cherrypy.msg INFO ENGINE: CherryPy shut down



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