无法使用库莱布拉

我在Windows 8上安装了python 2.7.9和androidviewclient-10.5.1。 我将AndroidViewClient-master.zip提取到C盘,之后我使用easy_install安装了android viewclient,我可以在下面的目录中findCulebra:

C:\Python27\Lib\site-packages\androidviewclient-10.5.1-py2.7.egg\EGG-INFO\scripts C:\Python27\Scripts C:\AndroidViewClient-master\tools 

文件大小为41.1 KB,没有任何扩展名。 这是一个Python脚本,因为我可以在记事本中打开它,但没有任何扩展名。

当我在这些地方站稳脚跟,试图运行库莱布拉 – 帮助或任何culebra命令,我得到的错误

 C:\AndroidViewClient-master\tools>culebra -G 'culebra' is not recognized as an internal or external command, operable program or batch file. C:\AndroidViewClient-master\tools> 

PATHvariables如下:

 C:\Android SDK\adt-bundle-windows\sdk\tools;C:\Python27;C:\Python27\Scripts;C:\AndroidViewClient-master\src;C:\Python27\Lib\site-packages\androidviewclient-10.5.1-py2.7.egg;C:\Android SDK\adt-bundle-windows\sdk\platform-tools 

我在这里做什么错了? 我有什么遗漏? 我无言以对 我需要configuration/安装别的东西才能使用Culebra? 怎么样? 如何开始库莱布拉?

我在Windows 8上安装了python 2.7.9和androidviewclient-10.5.1。 我将AndroidViewClient-master.zip提取到C盘

这是其中之一,如果你已经安装了androidviewclient-10.5.1 (在Windows上使用easy_install,如https://github.com/dtmilano/AndroidViewClient/wiki#microsoft-windows所述 ),那么不需要提取任何zip文件。

Windows不支持shebang,所以我认为你应该这样做

 C:\AndroidViewClient-master\tools>python culebra -G