I am having problem with 1 error, I installed all apps on Django 1.6.2 and Django 1.5.5 and having the same problem. My settings are: Django 1.5.5
Django 1.6.2
And here is the error:
The last line in the 'polibext.py' line 11 is:
I installed both. Still having the error. Can you please help? Thanks asked 22 Mar '14, 07:31 rentgeeen |
An This can be set in your WSGI script or httpd.conf file, and more information is available in our documentation here. Hope that helps! answered 22 Mar '14, 09:03 ryans ♦♦ I added the path to http.conf and still having the same error: https://www.dropbox.com/s/3diyo8lpw5zm8t0/Screenshot%202014-03-22%2011.30.45.png https://www.dropbox.com/s/dhy95xlevcbqizi/Screenshot%202014-03-22%2011.31.18.png dont understand why I still have the error. thanks
(22 Mar '14, 15:31)
rentgeeen
This is my path: Python Path: Doesnt make any sence it is in there.
(22 Mar '14, 17:13)
rentgeeen
Problem was django-rosetta 0.7.4, I installed 0.7.0 and it works now :) Weird bug. thanks
(22 Mar '14, 19:37)
rentgeeen
That is quite weird. It seems like django-rosetta 0.7.4 didn't have a " Glad you've fixed it!
(23 Mar '14, 01:05)
ryans ♦♦
|