MBPython
MBPython copied to clipboard
MBPython is an open source project founded by lochen to provide Python bindings for the miniblink. python miniblink
我在使用`pip install MBPython`的时候,提示报错了。 报错内容如下: Collecting MBPython Using cached MBPython-0.2.2-py3-none-any.whl (21 kB) Using cached MBPython-0.2.1-py3-none-any.whl (21 kB) Using cached MBPython-0.2.0-py3-none-any.whl (20 kB) Using cached MBPython-0.1.9-py3-none-any.whl (20 kB) Using cached MBPython-0.1.8-py3-none-any.whl (20...
1. add missing ctypes imports 2. add argtypes to dll functions 3. generate _LRESULT locally
https://github.com/lochen88/MBPython/blob/69c92475d24aedc4509fdb69d445f4128a2cccda/MBPython/screenshot.py#L112 platform: win10 64bit message: ctypes.ArgumentError: argument 1: : int too long to convert
https://github.com/lochen88/MBPython3/blob/6af1b2f7fa79fdad72b9de0def895334633c5399/module/wkeStruct.py#L56