sibson / vncdotool

A command line VNC client and python library
Other
451 stars 120 forks source link

1.10 use mouseDrag not work,err is AttributeError: 'SelectReactor' object has no attribute 'doPoll' #260

Open jian-kuang opened 1 year ago

jian-kuang commented 1 year ago

env: windows10 system err detail: File "G:\Anaconda\envs\mhxy\lib\site-packages\vncdotool\api.py", line 109, in callable_threaded_proxy result.raiseException() File "G:\Anaconda\envs\mhxy\lib\site-packages\twisted\python\failure.py", line 504, in raiseException raise self.value.with_traceback(self.tb) AttributeError: 'SelectReactor' object has no attribute 'doPoll'

jian-kuang commented 1 year ago

Do not support dopoll under win10, just replace it with Doselet IO model. After watching the Twisted source code, mine is version 22.10, only the doselect method

pmhahn commented 2 months ago

Probably fixed by #289