vncdotool icon indicating copy to clipboard operation
vncdotool copied to clipboard

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

Open jian-kuang opened this issue 1 year ago • 2 comments

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 avatar May 05 '23 03:05 jian-kuang

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

jian-kuang avatar May 08 '23 01:05 jian-kuang

Probably fixed by #289

pmhahn avatar Jun 17 '24 13:06 pmhahn