Sean

Results 8 comments of Sean

I get the error when using this bit of code: [FrameName1, ret] = SapModel.FrameObj.AddByCoord(0, 0, 0, 0, 0, 10, FrameName1, 'R1', '1', 'Global') and FrameName1 = ' '

I have just downloaded the master and replaced the comptypes folder. I'm sorry, I don't know how to run it from 'source' This is the error I get now. Basically...

@vasily-v-ryabov Thanks for the heads up about the 2to3. That might explain why the fixes I tried on this haven't worked out. I'm running a windows machine at work, and...

thanks again @vasily-v-ryabov I downloaded the master, python setup.py'ed. The program did get further this time, but still isn't doing the magic. It created a .egg folder. I copied comtypes...

Thank you for the guidance @Vasily I have it running now using the comtypes master.

Looking into this some more, the SAP2000v19.py object is in /comtypes/gen, there is nothing comtypes/client. On the first time I run the program I can run a lot of commands...

I was able to solve my issue, using the solution presented here: https://techtalk.gfi.com/32bit-object-64bit-environment/ If there is a way to incorporate this into the code, it would be great.

I am running into this same error on a fresh install of debian 12. I've also edited my "index.js" to change "docker-compose" on line 36 to "docker compose" and that...