You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use comtypes within anaconda under win10 64 to talk to ASCOM telescope driver, then I always met the error module 'comtypes.gen.ASCOM_DeviceInterfaces' has no attribute 'ITelescopeV3'
I follow the suggestion to clear the gen dir, for the first time I met item 1 in _argtypes_ passes a union by value, which is unsupported
then the same.
The numpy version is 1.18.1, I want to use comtypes to get numpy array directly from camera driver, without safearray, win32com is too slow for this, I hope comtypes can help.
Thanks.
The text was updated successfully, but these errors were encountered:
I use comtypes within anaconda under win10 64 to talk to ASCOM telescope driver, then I always met the error
module 'comtypes.gen.ASCOM_DeviceInterfaces' has no attribute 'ITelescopeV3'
I follow the suggestion to clear the gen dir, for the first time I met
item 1 in _argtypes_ passes a union by value, which is unsupported
then the same.
The numpy version is 1.18.1, I want to use comtypes to get numpy array directly from camera driver, without safearray, win32com is too slow for this, I hope comtypes can help.
Thanks.
The text was updated successfully, but these errors were encountered: