rhiever / TwitterFollowBot

A Python bot that automates several actions on Twitter, such as following users and favoriting tweets.
GNU General Public License v3.0
1.31k stars 447 forks source link

Getting this error? #89

Closed steffanjensen closed 8 years ago

steffanjensen commented 8 years ago

Hi when i install on my pc it works fine but when i install on my server i get this error

error invalid command 'easy_install'

I have easy_install installed on my server

Fixed by installing https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py

rhiever commented 8 years ago

Are you using pip to install it on your server?

On Tuesday, December 15, 2015, reliefs notifications@github.com wrote:

Hi when i install on my pc it works fine but when i install on my server i get this error

error invalid command 'easy_install'

I have easy_install installed on my server

— Reply to this email directly or view it on GitHub https://github.com/rhiever/TwitterFollowBot/issues/89.

Randal S. Olson, Ph.D. Postdoctoral Researcher, Institute for Biomedical Informatics University of Pennsylvania

E-mail: rso@randalolson.com | Twitter: @randal_olson https://twitter.com/randal_olson http://www.randalolson.com

steffanjensen commented 8 years ago

fixed it by installing https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py

Thanks for the fast answer awesome you have made easy to use :)

rhiever commented 8 years ago

:+1: