Python Forum

Full Version: Setup.py not openning
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,
I just install tweepy on my windows OS but setup.py is not openning; it will open for a few seconds and then close. Pls help with any suggestion.
Thanks
try
pip install tweepy
(Dec-20-2017, 06:30 PM)metulburr Wrote: [ -> ]try
pip install tweepy

I install it and I think is successful because the last line of command says " sucessfully installed certifi-2017.11.5 chardet-3.0.4 idna-2.6 .............. And so on.
 
What am I suppose to do next because I can find the installed version anywhere on my system.
Thanks

(Dec-20-2017, 06:30 PM)metulburr Wrote: [ -> ]try
pip install tweepy

I install it and I think is successful because the last line of command says " sucessfully installed certifi-2017.11.5 chardet-3.0.4 idna-2.6 .............. And so on.
 
What am I suppose to do next because I cant find the installed version anywhere on my system.
Thanks
(Dec-20-2017, 06:30 PM)metulburr Wrote: [ -> ]try
pip install tweepy


Thanks it all worked out

(Dec-29-2017, 07:27 PM)buran Wrote: [ -> ]http://docs.tweepy.org/en/v3.5.0/getting_started.html https://www.pythoncentral.io/introductio...or-python/


Thanks buran, am now all set up