0

When i try to install the Skype4Py and run setup.py in my cmd this message comes up:

enter image description here

I have python 2.x. Any ideas where I am making a mistake. Thanks in advance!

worer
  • 103
  • 2
  • 11

2 Answers2

3

just run : python setup.py install

Arash Hatami
  • 5,297
  • 5
  • 39
  • 59
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!

MrMonacle
  • 9
  • 4