JonathanHandojo
JonathanHandojo
``Yea, I tried that, it returned an error of **_ctypes.COMError: (-2147352562, 'Invalid number of parameters.', (None, None, None, 0, None))_** The snippet is: ``` from pyautocad import Autocad acad =...
Wow... I haven't tried it yet, but just by looking at it, that's a very impressive project. I'll follow the steps to install this and give it a shot. I'll...
> Yeah, I couldn’t get it to work. As part of my project, https://github.com/CEXT-Dan/PyRx See https://github.com/CEXT-Dan/PyRx/blob/main/PyRxStubs/AxApp24.py > > I used win32com’s makepy to generate wrappers, and that works. I modified...
Hi, no worries, have a good holiday. I finally got the modules loaded. However, I wasn't sure from which theApp was referring to. I made it as such, but still...