I moved my Django SVN version on my PC to 4431 about 20 minutes back.
Following this all my Django web apps are crashing when I run python
manage.py runserver.

Any ideas?

I am not able to test anything on my PC. I use Ubuntu 6.06 and Python 2.4.3.


My guess this is a bug



This is the error.

 File "/usr/lib/python2.4/site-packages/django/core/management.py", line
1108, in inner_run
    validate()
  File "/usr/lib/python2.4/site-packages/django/core/management.py", line
1070, in validate
    num_errors = get_validation_errors(outfile)
  File "/usr/lib/python2.4/site-packages/django/core/management.py", line
864, i n get_validation_errors
    from django.db import models, connection
  File "/usr/lib/python2.4/site-packages/django/db/models/__init__.py", line
6, in ?
    from django.db.models.query import Q
  File "/usr/lib/python2.4/site-packages/django/db/models/query.py", line 2,
in ?
    from django.db.models.fields import DateField, FieldDoesNotExist
  File
"/usr/lib/python2.4/site-packages/django/db/models/fields/__init__.py", l
ine 6, in ?
    from django import newforms as forms
  File "/usr/lib/python2.4/site-packages/django/newforms/__init__.py", line
15, in ?
    from fields import *
  File "/usr/lib/python2.4/site-packages/django/newforms/fields.py", line 18
    <<<<<<< .mine

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to