Re: Help me: Django 1.6.4 + mod_wsgi Error

2014-09-18 Thread Yj Lee
I have same issue on my local computer. please help me, 2014년 7월 10일 목요일 오전 8시 18분 4초 UTC+9, Russell Keith-Magee 님의 말: > > Hi LongYuan, > > It's difficult to say for certain, but it looks to me like your Django > install is corrupted. The error you're seeing indicates that an import is >

Re: Help me: Django 1.6.4 + mod_wsgi Error

2014-07-09 Thread Russell Keith-Magee
Hi LongYuan, It's difficult to say for certain, but it looks to me like your Django install is corrupted. The error you're seeing indicates that an import is failing; if you've got a clean install of Django 1.6.4 like you say, that import should work without any problems. Two things to try: *

Help me: Django 1.6.4 + mod_wsgi Error

2014-07-09 Thread LongYuan
[Wed Jul 09 14:51:19 2014] [error] File "C:\\Python27\\lib\\site-packages\\django\\utils\\encoding.py", line 14, in [Wed Jul 09 14:51:19 2014] [error] from django.utils.six.moves.urllib.parse import quote [Wed Jul 09 14:51:19 2014] [error] ImportError: cannot import name quote The