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' #23

Open PetrJoe opened 2 years ago

PetrJoe commented 2 years ago

ModuleNotFoundError: No module named 'paystack.urls'

cysof commented 2 years ago

i am facing same issue how am i going to resolve it. pls. can some help .

blackpandan commented 2 years ago

try paystack.frameworks.django.urls

tobiolusa commented 1 year ago

I think it has to do wth the installation @blackpandan I tried to install using this pip install -e git+https://github.com/gbozee/pypaystack.git@master#egg=paystack but its not working saying it's depreciated. Any help?

blackpandan commented 1 year ago

Change egg="pypaystack"

tobiolusa commented 1 year ago

so it looks like this

pip install -e @.***#egg=pypaystack

https://github.com/tobiolusa/pypaystack#django-specific-setup

On Thu, Oct 6, 2022 at 8:17 AM Faith_James @.***> wrote:

Change egg="pypaystack"

— Reply to this email directly, view it on GitHub https://github.com/gbozee/pypaystack/issues/23#issuecomment-1269467263, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKEK2G6A2E77XW6RBMODGJLWBZ4H3ANCNFSM5VID2RKQ . You are receiving this because you commented.Message ID: @.***>

tobiolusa commented 1 year ago

pip install -e git+https://github.com/gbozee/pypaystack.git@master#egg=pypaystack like this ?

tobiolusa commented 1 year ago

Thanks

pip install -e git+https://github.com/gbozee/pypaystack.git@master#egg=pypaystack like this?

Thanks for coming to my help, this actually works.

blackpandan commented 1 year ago

You're welcome