google-code-export / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ImportError at /forum/ #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ImportError at /forum/
cannot import name ugettext
Request Method:     GET
Request URL:    http://127.0.0.1:8000/forum/
Exception Type:     ImportError
Exception Value:    cannot import name ugettext
Exception Location:     F:\myapp\forum\models.py in , line 12

Original issue reported on code.google.com by 8863...@gmail.com on 18 Apr 2008 at 8:10

GoogleCodeExporter commented 9 years ago
Please provide more detail:
* Version of Python
* Web server being used
* Version of Django being used

This does not seem to be a forum problem, rather it seems like a general Python
configuration or installation issue on your system.

Given that the error is on a line that imports ugettext from
django.utils.translation, I'd say you're on an old version of Django which 
doesn't
have the required module. Please try a newer version of Django-trunk and reopen 
this
ticket if the problem isn't fixed. 

Original comment by rwpoul...@gmail.com on 19 Apr 2008 at 12:20