tightVNC connection from python2.7 error --No connection could be because the target machine actively refused 它

tightVNC connection from python2.7 error --No connection could be made because the target machine actively refused it

我已经在 python2.7 上安装了 vncdotool

从 Python 下载网站

下载并安装 python-2.7.5.exe

打开 Powershell,粘贴以下内容:

重新启动您的 Windows 机器

重新启动后,转到 Twisted 下载并获取并安装 32 位 Twisted、Twisted-13.1.0.win32-py2。7.exe

从 PIL 下载下载并安装 PIL-1.1.7.win32-py2。7.exe。

下载 ez_setup.py 和 get_pip.py 并将它们保存到您的 Python/Scripts 文件夹,C:\Python27\Scripts

打开 Powershell 并输入以下内容:

pip install pip --upgrade
pip install distribute
pip install setuptools --upgrade
pip install Twisted --upgrade
pip install vncdotool < -- Finally install vncdotool

在 Powershell 提示符下:

vncdo.exe -- 服务器 192.168.2.2 类型 "Hello World"

我在上面试过了。 现在我得到了错误 像这样。

c:\Python27\Scripts>vncdo.exe --server 192.168.2.11 type "hello world"

CRITICAL:root:Connection was refused by other side: 10061: 由于目标机器主动拒绝,无法建立连接..

请帮我解决这个问题。谢谢

你的代码没有问题。 可能是防火墙或防病毒软件的问题,或者服务器将发送您的设置而不是确认。