Mark Hammond
Mark Hammond
How did you install the python 3 version?
That looks like the 32bit version of Python 3.9 - if you executable is 64bit, then that would be expected. I believe the WSH tests all work on 3.9, so...
huh, yeah, it probably does. Can you please try removing the `C:\Program Files (x86)\Python39-32\lib\site-packages\win32com\gen_py` directory - that should cause pywin32 to use one in %TEMP%. There's a proposal somewhere I...
> Will you make a new version? Yes, eventually, but a fix for this isn't even committed yet. > * Can I include your installation .exe in my application? Sure....
I wish I could find that conversation I referred to - so in the meantime we can track the non-writable gen_py directory here
> How do I read the traceback error when running my c++ program? Generally by wrapping the python code you call in try/catch and a call to `traceback.print_exc()`
Right. Maybe registered the python com object with --debug and using win32traceutil?
Sorry, I doubt I'm going to have time. How about *you* add this support and send me the instructions?
See https://github.com/mhammond/pywin32/blob/master/make_all.bat
> but I am wondering if it is possible to build with v142 Toolset components only? I have no idea, I've never tried.