#8828: Fix whitespace issue
------------------------------------+---------------------------------------
Reporter: jam | Owner: brosner
Status: closed | Milestone:
Component: Uncategorized | Version: SVN
Resolution: fixed | Keywords:
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Comment (by jam):
Sorry, I thought I copied and pasted the error from App Engine but I had
only do that in a private email. Here is the error I was getting, the
line it mentioned was the one that had whitespace.
Loading __main__, app version = 2.156
django.__file__ =
'/base/data/home/apps/reviewstest/2.156/django.zip/django/__init__.py',
django.VERSION = (1, 0, 'rc_1')
<type 'exceptions.SyntaxError'>: invalid syntax (widgets.py, line 674)
Traceback (most recent call last):
File "/base/data/home/apps/reviewstest/2.156/main.py", line 74, in
<module>
import django.forms
File "/base/data/home/apps/reviewstest/2.156/py_zipimport.py", line 239,
in load_module
exec code in mod.__dict__
File "/base/data/home/apps/reviewstest/2.156/__init__.py", line 14, in
<module>
File "/base/data/home/apps/reviewstest/2.156/py_zipimport.py", line 230,
in load_module
code = compile(source, fullpath, 'exec')
<type 'exceptions.SyntaxError'>: invalid syntax (widgets.py, line 674)
Running on yqnd41:4002 statusz INFO
--
Ticket URL: <http://code.djangoproject.com/ticket/8828#comment:3>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---