0

Skype4Py をインストールして cmd で setup.py を実行しようとすると、次のメッセージが表示されます。

ここに画像の説明を入力

私はpython 2.xを持っています。私が間違いを犯しているアイデア。前もって感謝します!

4

2 に答える 2

3

実行するだけです:python setup.py install

于 2015-12-26T21:47:15.733 に答える
0

It seems like an easier way to install Skype4Py would be to use Pip, which you can download from https://pip.pypa.io/en/latest/installing/ but if you are using 2.7.9+ or 3.4+ it comes preinstalled. Next you will want to run the command "pip install Skype4Py" to install the package. Once this is all installed, use the Quick-Start documentation, found here https://github.com/Skype4Py/Skype4Py#usage to help you get started. Good Luck!

于 2015-12-26T21:41:59.130 に答える