Reputation: 123
When i try to install the Skype4Py and run setup.py in my cmd this message comes up:
I have python 2.x. Any ideas where I am making a mistake. Thanks in advance!
Upvotes: 0
Views: 1193
Reputation: 9
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!
Upvotes: 0