tingbot / tingbot-python

🔩 Python APIs to write apps for Tingbot
Other
18 stars 9 forks source link

tbtool install does not execute #38

Closed Rob4001 closed 8 years ago

Rob4001 commented 8 years ago

$ tbtool install ./ raspberrypi.local Copying app to /apps/... Traceback (most recent call last): File "C:\Python27\Scripts\tbtool-script.py", line 9, in load_entry_point('tingbot-python==0.5.0', 'console_scripts', 'tbtool')() File "C:\Python27\lib\site-packages\tingbot_python-0.5.0-py2.7.egg\tbtoolmain.py", line 257, in main return install(args[''], args['']) File "C:\Python27\lib\site-packages\tingbot_python-0.5.0-py2.7.egg\tbtoolmain.py", line 215, in install session.exec_command('rm -rf "%s"' % app_install_location) File "C:\Python27\lib\site-packages\tingbot_python-0.5.0-py2.7.egg\tbtoolmain.py", line 24, in exec_command raise SSHSession.RemoteCommandError(code, output, error_output) tbtool.main.RemoteCommandError