Issue 18: ImportError at /forum/
Status:  Invalid
Owner: ----
Closed:  Apr 2008
Reported by 8863...@gmail.com, Apr 18, 2008
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
 
Apr 18, 2008
Project Member #1 rwpoul...@gmail.com
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. 
Status: Invalid
Labels: -Priority-Medium