django-paypal module for DJango
I have to use a Django project that uses django-paypal. So when I run the command "python manage.py runserver" it throws "ImportError: No module named paypal.standard" .
My question is how can I install Paypal module开发者_JS百科 as this module does not have any setup.py file. I am using Bitnami Django Stack for Windows.
I'm not sure from where you've downloaded but this one has setup.py
Or you can just copy the paypal
folder into your site-packages dir.
For further setup you can also check out:
django-paypal setup
精彩评论