CoderWanFeng / PyOfficeRobot

pip install PyOfficeRobot,微信机器人
https://www.python-office.com/office/robot.html
MIT License
607 stars 114 forks source link

m1版的mac是不是不行?我看找不到一个so #5

Open bingxueai123456 opened 2 years ago

bingxueai123456 commented 2 years ago

ImportError: cannot import name 'COMError' from '_ctypes' (/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ctypes.cpython-310-darwin.so)

CoderWanFeng commented 2 years ago

换3.8的python试试?

bingxueai123456 commented 2 years ago

OK

bingxueai123456 commented 2 years ago

好像也不行。 cannot import name 'COMError' from '_ctypes' (/Users/eclair_farron/.conda/envs/helloworld/lib/python3.8/lib-dynload/_ctypes.cpython-38-darwin.so

zhangxuehao commented 1 year ago

ImportError: cannot import name 'COMError' from '_ctypes' (/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ctypes.cpython-310-darwin.so)

很不幸,comtypes是为windows而不是linux设计的。