Ask Your Question
0

optional module - upload avatar configuration problem

asked 2012-05-19 11:01:44 -0500

alexandros.z gravatar image alexandros.z
610 12 10 30

updated 2012-05-19 11:11:01 -0500

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?

delete close flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-05-19 12:50:20 -0500

alexandros.z gravatar image alexandros.z
610 12 10 30

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!!

link publish delete flag offensive edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.

create your Q&A site
30 days free trial

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-05-19 11:01:44 -0500

Seen: 57 times

Last updated: May 19 '12