#19485: can't run default project in python3
--------------------------+------------------------------------
     Reporter:  aliva     |                    Owner:  nobody
         Type:  Bug       |                   Status:  new
    Component:  Python 3  |                  Version:  master
     Severity:  Normal    |               Resolution:
     Keywords:            |             Triage Stage:  Accepted
    Has patch:  0         |      Needs documentation:  0
  Needs tests:  0         |  Patch needs improvement:  0
Easy pickings:  0         |                    UI/UX:  0
--------------------------+------------------------------------
Changes (by charettes):

 * needs_better_patch:   => 0
 * needs_docs:   => 0
 * needs_tests:   => 0
 * stage:  Unreviewed => Accepted


Comment:

 The full traceback:
 {{{
 Traceback (most recent call last):
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/core/management/base.py", line 222, in run_from_argv
     self.execute(*args, **options.__dict__)
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/core/management/base.py", line 252, in execute
     output = self.handle(*args, **options)
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/core/management/commands/runserver.py", line 70, in handle
     self.run(*args, **options)
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/core/management/commands/runserver.py", line 79, in run
     autoreload.main(self.inner_run, args, options)
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/utils/autoreload.py", line 174, in main
     reloader(wrapped_main_func, args, kwargs)
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/utils/autoreload.py", line 141, in python_reloader
     reloader_thread()
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/utils/autoreload.py", line 122, in reloader_thread
     if code_changed():
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/utils/autoreload.py", line 60, in code_changed
     for filename in filter(None, filenames) + _error_files:
 TypeError: unsupported operand type(s) for +: 'filter' and 'list'
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19485#comment:1>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to