First time here? Check out the FAQ!
0

optional module - upload avatar configuration problem

I am following the steps described in askbot documentation regarding upload avatars.

  1. I run the command pip install -e git+git://github.com/ericflo/django-avatar.git#egg=django-avatar

  2. I add inside my settings.py, in INSTALLED_APPS, this line: 'avatar',

  3. I run python manage.py syncdb

  4. MEDIA_ROOT and MEDIA_URL are already configured inside my settings.py

Additional info:

a) The first time I tried to run manage.py syncdb I got exceptions that my environment is not configured with PIL. So I run pip install PIL and the specific problem disappeared

b)There is a very similar question in askbot where @Evgeny asks (last comment) if a virtual env is used. In my case, I am using virtual environment, but I run all the above commands pointing to the right path of my virtual environment, so I am sure that I install everything in the right location.

c) I also run setup.py install, manage.py migrate, manage.py collectstatic (just in case is needed)

And now the problem (finally).

When I try to start the server, in logs of the server I am getting this exception: ImproperlyConfigured: Error importing middleware askbot.middleware.anon_user: "No module named avatar"

Any ideas? I also found these instructions in python site. Step 2 is similar but not the same with askbot urls.py. Is this important?

alexandros.z's avatar
596
alexandros.z
asked 2012-05-19 11:01:44 -0500, updated 2012-05-19 11:11:01 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Problem solved for me!

Of course, I had configuration problems. I tried to install django-avatar not in my virtual environment but in the global one, and now everything works fine!

Great feature!!

alexandros.z's avatar
596
alexandros.z
answered 2012-05-19 12:50:20 -0500
edit flag offensive 0 remove flag delete link

Comments

I am also having same problem. when I install django-avatar got install as follows bin askbot include lib local src django-avatar is in src folder... how can i get it to install inside askbot folder..?

SocialQA's avatar SocialQA (2014-01-30 11:14:20 -0500) edit
add a comment see more comments