Re: Unexplainable syntax error

2008-07-07 Thread Daniel Ellison
Errors like that usually indicate errors further up in your code. if you have pasted line 10 properly, you're just missing a closing parenthesis. On Jul 7, 2:43 pm, Leaf <[EMAIL PROTECTED]> wrote: > After resolving the URLConf problem, I wrote some views without > templates to make sure that I

Re: Unexplainable syntax error

2008-07-07 Thread Karen Tracey
On Mon, Jul 7, 2008 at 2:43 PM, Leaf <[EMAIL PROTECTED]> wrote: > > After resolving the URLConf problem, I wrote some views without > templates to make sure that I had the syntax right. When I tried to > visit localhost:8000/styles/css/classic-b-and-w/ again, I recieved the > error "SyntaxError

Unexplainable syntax error

2008-07-07 Thread Leaf
After resolving the URLConf problem, I wrote some views without templates to make sure that I had the syntax right. When I tried to visit localhost:8000/styles/css/classic-b-and-w/ again, I recieved the error "SyntaxError at /styles/css/classic-b-and-w/ - invalid syntax (views.py, line 12)". The