#23024: development server: WindowsError: [Error 3]
--------------------------------------------+----------------------
     Reporter:  jonathan.strong@…           |      Owner:  nobody
         Type:  Bug                         |     Status:  new
    Component:  Core (Management commands)  |    Version:  1.7-rc-1
     Severity:  Normal                      |   Keywords:
 Triage Stage:  Unreviewed                  |  Has patch:  0
Easy pickings:  0                           |      UI/UX:  0
--------------------------------------------+----------------------
 got this first time I tried to boot up the dev server with stable/1.7.x.
 Running Windows 8. The server opened fine and then crashed after about a
 second ... I assume as part of its once-a-second file changes polling.

 {{{
 Traceback (most recent call last):
   File "manage.py", line 10, in <module>
     execute_from_command_line(sys.argv)
   File "C:\Python\lib\site-
 packages\django-1.7c1-py2.7.egg\django\core\management\__init__.py", line
 385, in execute_from_command_line
     utility.execute()
   File "C:\Python\lib\site-
 packages\django-1.7c1-py2.7.egg\django\core\management\__init__.py", line
 377, in execute
     self.fetch_command(subcommand).run_from_argv(self.argv)
   File "C:\Python\lib\site-
 packages\django-1.7c1-py2.7.egg\django\core\management\base.py", line 288,
 in run_from_argv
     self.execute(*args, **options.__dict__)
   File "C:\Python\lib\site-
 packages\django-1.7c1-py2.7.egg\django\core\management\base.py", line 337,
 in execute
     output = self.handle(*args, **options)
   File "C:\Python\lib\site-
 packages\django-1.7c1-py2.7.egg\django\core\management\commands\runserver.py",
 line 82, in handle
     self.run(*args, **options)
   File "C:\Python\lib\site-
 packages\django-1.7c1-py2.7.egg\django\core\management\commands\runserver.py",
 line 91, in run
     autoreload.main(self.inner_run, args, options)
   File "C:\Python\lib\site-
 packages\django-1.7c1-py2.7.egg\django\utils\autoreload.py", line 317, in
 main
     reloader(wrapped_main_func, args, kwargs)
   File "C:\Python\lib\site-
 packages\django-1.7c1-py2.7.egg\django\utils\autoreload.py", line 283, in
 python_reloader
     reloader_thread()
   File "C:\Python\lib\site-
 packages\django-1.7c1-py2.7.egg\django\utils\autoreload.py", line 259, in
 reloader_thread
     change = fn()
   File "C:\Python\lib\site-
 packages\django-1.7c1-py2.7.egg\django\utils\autoreload.py", line 197, in
 code_changed
     stat = os.stat(filename)
 WindowsError: [Error 3] The system cannot find the path specified:
 'C:\\Python\\lib\\site-
 packages\\setuptools-1.1.5-py2.7.egg\\pkg_resources.pyc'
 1

-- 
Ticket URL: <https://code.djangoproject.com/ticket/23024>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.7a582dd9ec3201cf52056943785f2dfd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to