I have installed Python 2.7.3 + Django 1.3.1 + Askbot and these requirements
When I run my server on port 8000, and I try to establishing a connection with a browser I have this unusual error: *Could not import myapp01.deps.django_authopenid.views. Error was: No module named xdg.Config* .
Traceback output is: http://pastebin.com/4uzbWvR0
My operating system is CentOS 6.3 and all the installations is automated and managed by Puppet.
Anyone have an idea?
I guess you need to install the xdg
module:
pip install pyxdg