sibson / vncdotool

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

'SelectReactor' object has no attribute 'doPoll' #287

Closed JackYrp closed 2 months ago

JackYrp commented 3 months ago

When I use mouseDrag function ,this error has occurred:

 File "C:\ProgramData\Anaconda3\envs\mh\lib\site-packages\vncdotool\api.py", line 119, in callable_threaded_proxy
    result.raiseException()
  File "C:\ProgramData\Anaconda3\envs\mh\lib\site-packages\twisted\python\failure.py", line 475, in raiseException
    raise self.value.with_traceback(self.tb)
AttributeError: 'SelectReactor' object has no attribute 'doPoll'

What should I do now,I am in hurry Thank you very much guys

JackYrp commented 3 months ago

can some one help me?

pmhahn commented 2 months ago

can some one help me?

OpenSource if about being able to contribute to others, not demanding help from others ;-)

Nevertheless you might want to try the branch from #289 I just pushed which gets rid of some nastiness in mouseDrag(), which

pip install git+https://github.com/univention/vncdotool.git@drag

pmhahn commented 2 months ago

Even a duplicate of #260 — please search for existing issues first next time before opening another issue. Thanks.