sams...@gmail.com
unread,Oct 28, 2008, 9:29:26 PM10/28/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TurboGears
Starting my program with the standard start-projname works 100% of the
time.
But for some reason, today the auto-reloading (that comes standard
with the development project when I save my changes) is having
troubles. It fails 100% of the time. It has never failed before
today.
Often it has a different error message, just to make it more
confusing...
Here's the latest:
Traceback (most recent call last):
File "./start-xstart.py", line 37, in <module>
from xstart.controllers import Root
File "/home/me/dev_branch/ws/xstart/xstart/controllers.py", line
1220
^
IndentationError: expected an indented block
2008-10-29 01:22:07,911 cherrypy.msg INFO ENGINE: SystemExit raised:
shutting down autoreloader
I've also gotten:
Traceback (most recent call last):
File "./start-xstart.py", line 37, in <module>
from xstart.controllers import Root
File "/home/me/dev_branch/ws/xstart/xstart/controllers.py", line 699
^
SyntaxError: invalid syntax
2008-10-29 01:16:57,245 cherrypy.msg INFO ENGINE: SystemExit raised:
shutting down autoreloader
and a few others which I'll post if they show up again.
I need to emphasize that immediately afterwards without changing
anything, just running start-xstart (my projname), it always runs
fine. And 100% of the time it fails in the reload after changing
something...but often with a different error message (maybe four or
five total).
Any thoughts?