Python Forum
Setup.py not openning - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Setup.py not openning (/thread-7083.html)



Setup.py not openning - Ummusabbar - Dec-20-2017

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


RE: Setup.py not openning - metulburr - Dec-20-2017

try
pip install tweepy



RE: Setup.py not openning - Ummusabbar - Dec-29-2017

(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


RE: Setup.py not openning - buran - Dec-29-2017

http://docs.tweepy.org/en/v3.5.0/getting_started.html

https://www.pythoncentral.io/introduction-to-tweepy-twitter-for-python/


RE: Setup.py not openning - Ummusabbar - Jan-04-2018

(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/introduction-to-tweepy-twitter-for-python/


Thanks buran, am now all set up