On Tue, Aug 11, 2009 at 8:37 PM, dongua<dongu...@gmail.com> wrote:
>
> /django/core/servers/basehttp.py
> code:
> from django.utils._os import safe_join
>
> but there does not has any _os.py in pacakge, and after install 0.96.4
> will can't runserver

It appears that the security fix that was committed in r11354 was
missing a file. I have committed the missing file in r11430.

As a temporary workaround, you can download the missing file
(django/utils/_os.py) from the Django source code browser [1]. If you
drop this file into the django/utils directory wherever you have
installed Django, you will be able to run the development server
again.

A new release that includes this missing file will be made in the near
future (time permitting, within a few days).

I deeply apologize for any inconvenience this has caused.

[1] 
http://code.djangoproject.com/browser/django/branches/0.96-bugfixes/django/utils/_os.py

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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