Hi,
Looking for a web-framework for a simple app, trying to give tg a go,
but am getting an error without actually having done anything!
'tg-admin quickstart' sets up the directories, I cd into the directory
and run './test-start.py' or 'python test-start.py' and both give this:
Traceback (most recent call last):
File "test-start.py", line 23, in ?
cherrypy.server.start()
File "/usr/local/lib/python2.4/site-packages/cherrypy/_cpserver.py",
line 72, in start
Engine.start(self)
File "/usr/local/lib/python2.4/site-packages/cherrypy/_cpengine.py",
line 91, in start
autoreload.main(self._start, freq=freq)
File
"/usr/local/lib/python2.4/site-packages/cherrypy/lib/autoreload.py",
line 59, in main
reloader_thread(freq)
TypeError: reloader_thread() takes no arguments (1 given)
22/May/2006:15:55:19 ENGINE INFO SystemExit raised: shutting down
autoreloader
22/May/2006:15:55:19 HTTP INFO HTTP Server shut down
22/May/2006:15:55:19 ENGINE INFO CherryPy shut down
It's seems to be linked to cherrypy, but following their (very) basic
test
script in the tutorial works ok.
This is TG 0.8.9, cherrypy 2.2.1, python 2.4.3 running on FBSD 6.1
(installed from ports)
Thanks
Daren
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---