Could you turn off DEBUG and check what the problem is then? The reason is that I want to make sure we're not judging the side effect of *rendering* the exception.
On Sun, Sep 3, 2017 at 11:52 PM, Derek Zeng <[email protected]> wrote: > it's the same in either versions of python. the output was captured when i > was just debugging it in 3.5. > > On Sun, Sep 3, 2017 at 2:55 PM, James Schneider <[email protected]> > wrote: >> >> >> >> File >> "/Users/coderek/Documents/projects/py3.5/lib/python3.5/site-packages/django/contrib/staticfiles/storage.py", >> line 21, in <module> >> from django.utils.six.moves import range >> ImportError: cannot import name 'range' >> >> >> Are you sure you're using 3.6.2? Do you have another virtualenv with 3.5 >> and no Django installed? >> >> -James >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Django users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/django-users/49blpAjNxYc/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CA%2Be%2BciV4vpt7Vk%3D8GDS_wNQHqhsuwA5vcfakWo%3DoVjQziXLdxA%40mail.gmail.com. >> >> For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" 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]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAAzyz%2BG0MTUNd8xm8ajNby38eoi7Xmj6RgXBZwp2WfAS-n9s2g%40mail.gmail.com. > > For more options, visit https://groups.google.com/d/optout. -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Django users" 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]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2Bgw1GWxFhcKwAe%2B-cwJq9A6N0m-tcyS7N4%3D%3D0Uai1RrG%2Be%3Dpg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

