arthurk / django-disqus

Integrates DISQUS into Django
http://django-disqus.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
326 stars 101 forks source link

ImportError: No module named disqus #66

Open ghost opened 9 years ago

ghost commented 9 years ago

Hello all,

i follow the official documentation to install this package, but anytime i get this error. If i try from the shell of the project i can import disqus but not when import it in settings.APP!!

Django 1.4.7 [Tue Apr 14 06:12:19 2015] [error] [client 2.229.240.11] ImportError: No module named disqus

thanks in advance Marco

arthurk commented 9 years ago

Hi @blacking, which Python version are you running?

daryasary commented 9 years ago

Hello i have the same problem.

django : 1.8 python : 2.7.3

Also sites is not installed.