gbozee / pypaystack

A django reusable app for integrating Paystack into your application
MIT License
51 stars 39 forks source link

ModuleNotFoundError: No module named 'paystack.urls' #9

Closed Timtech4u closed 5 years ago

Timtech4u commented 5 years ago

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.

gbozee commented 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

Timtech4u commented 5 years ago

I installed the package using pipenv install -e git+https://github.com/gbozee/django-paystack.git@master#egg=paystack

Timtech4u commented 5 years ago

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.

oyerohabib commented 4 years ago

@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 commented 4 years ago

@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?

21toffy commented 4 years ago

Hello @Timtech4u i tried your above solution and i am using a virtual environment but i still get "ModuleNotFoundError: No module named 'paystack.urls'"

WillDera commented 4 years ago

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

blessedmadukoma commented 4 years ago

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

MarkChukwuebuka commented 3 years ago

I got the same error and everything is installed properly and i'm not using a virtual environment

aayobam commented 3 years ago

i'm also having the same issue as i speak.