citronneur / rdpy

Remote Desktop Protocol in Twisted Python
GNU General Public License v3.0
1.67k stars 545 forks source link

Does not run in Windows #106

Closed Alex20204 closed 4 years ago

Alex20204 commented 4 years ago

Hi, Error in windows:

Traceback (most recent call last): File "C:\Python27\Scripts\rdpy-rdpclient.py", line 27, in from rdpy.ui.qt4 import RDPClientQt File "C:\Python27\lib\site-packages\rdpy\ui\qt4.py", line 33, in import rle ImportError: DLL load failed: The specified module could not be found.

citronneur commented 4 years ago

You need to install bre built binaries (https://files.pythonhosted.org/packages/0c/19/1175d3c6d320dc0b49ee33b08b5e0537665d19d6e87b3b910c287d0ee45e/rdpy-1.3.2.win-amd64-py2.7.exe) or Microsoft Visual Studio. Have a nice day!