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?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago
Benoit's avatar
875
Benoit
asked 14 years ago

Comments

see more comments

1 Answer

1

Found solution:

sudo easy_install django-countries

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Benoit's avatar
875
Benoit
answered 14 years ago
link

Comments

Yes, sorry added a dependency without a warning.
Evgeny's avatar Evgeny (14 years ago)
see more comments