Я пытался протестировать свое приложение kivy с помощью telenium.Первоначально я пытался настроить Telenium, используя pip install telenium
, и появляется ошибка.
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 "<string>", line 17, in <module>
File "/tmp/pip_build_rajat/telenium/setup.py", line 21, in <module>
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 "<string>", line 17, in <module>
File "/tmp/pip_build_rajat/telenium/setup.py", line 21, in <module>
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
Кроме того, пожалуйста, предложите, что может быть лучшим инструментом с открытым исходным кодом для тестирования приложения KIVY.