#25246: Python 3 error in runserver when a directory is missing __init__.py
-------------------------------+--------------------------------------
     Reporter:  jessamynsmith  |                    Owner:  caioariede
         Type:  Bug            |                   Status:  assigned
    Component:  Core (Other)   |                  Version:  1.7
     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
-------------------------------+--------------------------------------

Comment (by caioariede):

 This is odd.

 Seems to be related to this bug in Python:
 http://bugs.python.org/issue19469

 Could you please give the output for the following commands?

 {{{
 python --version
 python -c 'import no_init; print(no_init.__path__)'
 }}}

 Thanks!

--
Ticket URL: <https://code.djangoproject.com/ticket/25246#comment:6>
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/071.52da2516839f3c36a8d184ed37378c13%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to