tito / telenium

Automation for Kivy Application
MIT License
67 stars 23 forks source link

pip install telenium #9

Closed rajatrj16 closed 6 years ago

rajatrj16 commented 6 years ago

rajat@rajat-Inspiron-5558:~$ pip install telenium Downloading/unpacking telenium Downloading telenium-0.4.1.tar.gz (326kB): 326kB downloaded Running setup.py (path:/tmp/pip_build_rajat/telenium/setup.py) egg_info for package telenium Traceback (most recent call last): File "", line 17, in File "/tmp/pip_build_rajat/telenium/setup.py", line 21, in long_description = open("README.md").read() IOError: [Errno 2] No such file or directory: 'README.md' Complete output from command python setup.py egg_info: Traceback (most recent call last):

File "", line 17, in

File "/tmp/pip_build_rajat/telenium/setup.py", line 21, in

long_description = open("README.md").read()

IOError: [Errno 2] No such file or directory: 'README.md'


Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_rajat/telenium Storing debug log for failure in /home/rajat/.pip/pip.log

rajatrj16 commented 6 years ago

Alternative: sudo pip install https://github.com/tito/telenium/archive/0.4.1.zip

jedie commented 6 years ago

same as #6 ;)

rajatrj16 commented 6 years ago

By following all the steps i am still somewhere in cli command can you please look at the issue:

id = cli.pick() cli.click_at(id) Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/telenium/client.py", line 37, in call raise TeleniumHttpException(response["error"]["message"]) TeleniumHttpException: Method not found

Thanks and Regards, Rajat jain Rajatrj16@gmail.com +91 9929863645

On Thu, Sep 13, 2018 at 1:32 PM Jens Diemer notifications@github.com wrote:

same as #6 https://github.com/tito/telenium/issues/6 ;)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tito/telenium/issues/9#issuecomment-420919319, or mute the thread https://github.com/notifications/unsubscribe-auth/Aip-qi7YJSsLJeKZN6HN0famkbCI4yqTks5uahD7gaJpZM4WmqqH .