First time here? Check out the FAQ!
0

Error: No module named django_countries.fields

Invoking anything in the latest askbot rev causes the "No module named django_countries.fields" exception.

This is in askbot/models/__init__.py

line 17: from django_countries.fields import CountryFields

Is there a new dependency that is required?

Evgeny's avatar
13.2k
Evgeny
updated 2011-03-01 13:07:47 -0500
Benoit's avatar
875
Benoit
asked 2011-02-17 21:34:02 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Found solution:

sudo easy_install django-countries
Benoit's avatar
875
Benoit
answered 2011-02-17 21:44:17 -0500
edit flag offensive 0 remove flag delete link

Comments

Yes, sorry added a dependency without a warning.
Evgeny's avatar Evgeny (2011-02-18 04:49:11 -0500) edit
add a comment see more comments