mhammond / pywin32

Python for Windows (pywin32) Extensions
4.91k stars 783 forks source link

Generated class that uses win32com.client and pywintypes #2114

Open Alexrai123 opened 10 months ago

Alexrai123 commented 10 months ago

Hello, I'm not sure if you can help me, but I got this class generated. image I've been trying to modify the code, but it seems that everytime I'm trying to run again the code, it has the same behaviour. I think that because it's been generated, any change in the code that I make is not going to directly afect it. Do you have any idea how to find the location of that code and modify it ? This is the location of the generated class. image I'm using Python 3.11.4 and pywin32 306 (found in pywin32.version.txt) Let me know if you need other details.