Re: [python-win32] win32api.pyd will be block by smart app control in win11

2023-04-14 Thread Antoine FERRON via python-win32
Probably you can code sign the pyd with your certificate (valid from Microsoft chain). This looks like the cause is the pyd has no signature, once signed (as a DLL) it should work. That's the same way you sign the exe (if you do so, and I'm advise to do so).

[python-win32] win32api.pyd will be block by smart app control in win11

2023-04-14 Thread Liu Gin
I pack my python code into exe, and run in win11 with Smart App Control on. is there anyone meet this problem? how can I fix or pass it? Best Regards Leen ___ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/pyth