문제

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top