pythonskype4py

Installing Skype4Py on Windows


I'm trying to install Skype4Py on windows, but it just keeps throwing this error at me and I have no idea how to solve it.

Traceback (most recent call last):
  File "Z:\Temp\Programming\Skype4Py-1.0.34\setup.py", line 152, in <module>
    cmdclass=commands)
  File "C:\Python27\lib\distutils\core.py", line 140, in setup
    raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
SystemExit: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands``
   or: setup.py cmd --help

error: no commands supplied

Any help would be appreciated


Solution

  • What command are you using for the installation?

    Do you have install option in it?

    Command for installation should look like this:

    python setup.py install