Great !

....

However, I don't know if it is me, but I just installed it, tried to
start my development server, and I got :

  File "manage.py", line 14, in <module>
    execute_manager(settings)
  File "/usr/local/lib/python2.6/dist-packages/django/core/management/
__init__.py", line 438, in execute_manager
    utility.execute()
  File "/usr/local/lib/python2.6/dist-packages/django/core/management/
__init__.py", line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/local/lib/python2.6/dist-packages/django/core/management/
__init__.py", line 261, in fetch_command
    klass = load_command_class(app_name, subcommand)
  File "/usr/local/lib/python2.6/dist-packages/django/core/management/
__init__.py", line 67, in load_command_class
    module = import_module('%s.management.commands.%s' % (app_name,
name))
  File "/usr/local/lib/python2.6/dist-packages/django/utils/
importlib.py", line 35, in import_module
    __import__(name)
  File "/usr/local/lib/python2.6/dist-packages/django/contrib/
staticfiles/management/commands/runserver.py", line 4, in <module>
    from django.core.management.commands.runserver import
BaseRunserverCommand
  File "/usr/local/lib/python2.6/dist-packages/django/core/management/
commands/runserver.py", line 8, in <module>
    from django.core.handlers.wsgi import WSGIHandler
  File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
wsgi.py", line 11, in <module>
    from django.core import signals
  File "/usr/local/lib/python2.6/dist-packages/django/core/
signals.py", line 1, in <module>
    from django.dispatch import Signal
  File "/usr/local/lib/python2.6/dist-packages/django/dispatch/
__init__.py", line 9, in <module>
    from django.dispatch.dispatcher import Signal, receiver
ImportError: cannot import name receiver

Same thing goes if I start a blank project and run : `python manage.py
runserver`. Any idea ???

Sébastien


On Mar 4, 8:00 am, James Bennett <ubernost...@gmail.com> wrote:
> Tonight we're proud to announce the first release candidate for Django
> 1.3; if all goes well, the final release will happen in about a week.
>
> Details for the release candidate are available on the official Django weblog:
>
> http://www.djangoproject.com/weblog/2011/mar/03/13-rc/
>
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of correct."

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to