sharadbhat / Zomatopy

A Python wrapper for the Zomato API.
https://pypi.python.org/pypi/Zomatopy
MIT License
20 stars 16 forks source link

import error #5

Open nidhithakur95 opened 5 years ago

nidhithakur95 commented 5 years ago

Sir I have installed zomatopy using the command : pip install zomatopy and after that when I try executing the following commands: import zomatopy

config={ "user_key":"ZOMATO_API_KEY" }

zomato = zomatopy.initialize_app(config) it gives me import error Traceback (most recent call last): File "zomato.py", line 1, in import zomatopy ImportError: No module named zomatopy

Screenshot from 2019-03-18 22-58-11

nidhithakur95 commented 5 years ago

sir, can you please help me with this

sharadbhat commented 5 years ago

Hey! Right now I'm having trouble publishing the fix. For the time being, you can avoid the problem by downloading the Zomatopy folder from this repository and placing it in your project.

nidhithakur95 commented 5 years ago

sir, still it is giving the same error. Sir can you make a video of how you execute your code and upload it on youtube or some other platform?

On Fri, Mar 29, 2019 at 12:37 PM Sharad Bhat notifications@github.com wrote:

Hey! Right now I'm having trouble publishing the fix. For the time being, you can avoid the problem by downloading the Zomatopy folder from this repository and placing it in your project.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sharadbhat/Zomatopy/issues/5#issuecomment-478066023, or mute the thread https://github.com/notifications/unsubscribe-auth/ATFU397chO664jh4-GQhySY0an9uhksFks5vbkFHgaJpZM4b5omB .

gadhagod commented 3 years ago

I'm still getting this error over a year later. Has it been fixed?

nidhithakur95 commented 3 years ago

I wasn't able to access it.

On Tue, 17 Nov, 2020, 3:40 AM Aarav Borthakur, notifications@github.com wrote:

I'm still getting this error over a year later. Has it been fixed?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sharadbhat/Zomatopy/issues/5#issuecomment-728360325, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEYVJX7VUBTDBIBOTJXKH2DSQGPOZANCNFSM4G7GRGAQ .

gadhagod commented 3 years ago

Will just use git clone.