无法使用库莱布拉

时间:2015-05-21 06:54:34

标签: android windows python-2.7 androidviewclient

我在Windows 8上安装了python 2.7.9和androidviewclient-10.5.1。 我将AndroidViewClient-master.zip解压缩到C盘,之后我使用easy_install安装了android viewclient 我可以在以下目录中找到库莱布拉:

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脚本,因为我可以在记事本中打开并查看,但没有任何扩展名。

当我在那些地方statring cmd并尝试运行culebra --help或任何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>

PATH variabale如下:

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

我在这做错了什么? 我有什么遗失的吗?我很无能为力。 我是否需要配置/安装其他东西才能使用库莱布拉?怎么样? 如何启动库莱布拉?

1 个答案:

答案 0 :(得分:1)

  

我在Windows 8上使用python 2.7.9和androidviewclient-10.5.1   安装。我将AndroidViewClient-master.zip解压缩到C盘

如果您安装了androidviewclient-10.5.1(在https://github.com/dtmilano/AndroidViewClient/wiki#microsoft-windows中使用Windows上的easy_install),那么它就是其中之一,那么就不需要提取任何zip。

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

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