after i download ] http://code.djangoproject.com/browser/django/branches/0.96-bugfixes/django/utils/_os.py
and runserver: Development server is running at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK. Unhandled exception in thread started by <function inner_run at 0x00C1B870> Traceback (most recent call last): File "D:\Python25\Lib\site-packages\django\core\management.py", line 1195, in inner_run handler = AdminMediaHandler(WSGIHandler(), admin_media_path) NameError: global name 'admin_media_path' is not defined 2009/8/11 Russell Keith-Magee <freakboy3...@gmail.com> > > 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 -~----------~----~----~----~------~----~------~--~---