Yuri Ivanov

Results 154 comments of Yuri Ivanov

@Neizvestnyj I finally found the time to look at this problem. I can't reproduce this on my computer. https://user-images.githubusercontent.com/16930280/177690150-6f3a9be5-2ccb-42d1-981f-784371d3fb7a.mov

> @HeaTTheatR I add video how reproduce bug to PR I don't see where...

@Neizvestnyj OSError: Unsupported platform 'Darwin'

@Neizvestnyj The message says that the Darwin (macosx) platform is not supported

@Neizvestnyj I don't want to mess around with all these dependencies

@Neizvestnyj There is no free memory on my computer for unnecessary dependencies

@Neizvestnyj ` OSError: Unsupported platform 'Darwin'`

@Neizvestnyj python3.10/site-packages/mouse/__init__.py: ``` if _platform.system() == 'Windows': from. import _winmouse as _os_mouse elif _platform.system() == 'Linux': from. import _nixmouse as _os_mouse else: raise OSError("Unsupported platform '{}'".format(_platform.system())) ```

> @HeaTTheatR Hmm, I did not see this bug on macos, I think its only windows bug. > > for Windows, Linux `pip install mouse` for MacOSX > > ```...