Closed luanfonceca closed 8 years ago
This sounds like either it is not installed properly, or an import cycle. These can be difficult to track down, I'm afraid, but there is little I can do to help debug it. This might help: http://stackoverflow.com/questions/9098787/tool-for-pinpointing-circular-imports-in-python-django and http://stackoverflow.com/questions/744373/circular-or-cyclic-imports-in-python
If you find that the import cycle is actually in django-paypal, please re-open.
Thats okay @spookylukey, thanks for the links.
o/
You just need to install django-paypal. pip install django-paypal
Hi folks, i am in the middle of a deploy with my code using the
django-paypal
, but when i tried to restart the uwsgi i received the following error:I am using
Django==1.8.4
anddjango-paypal==0.3.1
, the most disturbing thing is that when i ran a./manage.py runserver 0.0.0.0:8000
for instance the code works like a charm.Thanks in advance for any tip on that.