Closed Timtech4u closed 5 years ago
how did you specify the dependency in you requirements.txt
?
it needs to be in this form -e git+https://github.com/gbozee/django-paystack.git@master#egg=paystack
I installed the package using pipenv install -e git+https://github.com/gbozee/django-paystack.git@master#egg=paystack
Resolved this, had to clean up previous installations and use pipenv install git+https://github.com/gbozee/django-paystack.git@master#egg=paystack
I'd like to know if there are other ways this library verifies payment without using Webhooks.
@Timtech4u i have tried the exact you did but still get error "no module named paystack.urls"
i have also followed this tutorials but i keep getting the same issue
kingly help me
@Timtech4u i have tried the exact you did but still get error "no module named paystack.urls"
i have also followed this tutorials but i keep getting the same issue
kingly help me
hey @oyerohabib , can you confirm if you're using a virtual env?
Hello @Timtech4u i tried your above solution and i am using a virtual environment but i still get "ModuleNotFoundError: No module named 'paystack.urls'"
Has anyone fixed this issue? I also keep getting the same error. @Timtech4u After using pipenv install git+https://github.com/gbozee/django-paystack.git@master#egg=paystack it installs it as a normal python package, but the tutorial created needs you to load paystack in one of the templates, I'd like to know how you used it without the "paystack.urls" link
Please I tried installing but it is not working. I followed each step, but I get this Module error, no module named 'paystack.urls'. Please help
I got the same error and everything is installed properly and i'm not using a virtual environment
i'm also having the same issue as i speak.
Hi @gbozee ,
On my deployment enviroment I get ModuleNotFoundError: No module named 'paystack.urls'
However the paystack library has been installed and also in my settings.py file.