Re: [python-win32] Seeking help to understand building of Microsoft Appstore Python

2023-11-02 Thread Piyush Dubey
Greetings, I am trying to load Python dynamic libraries to interface Microsoft Appstore Python from an application that I am trying to develop. Now when I use the “LoadLibraryExW” (which is a WIN32 API: https://learn.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-loadlibraryexw

[python-win32] Seeking help to understand building of Microsoft Appstore Python

2023-10-31 Thread Piyush Dubey
Greetings community, I am trying to load Python dynamic libraries to interface Python from an application that I am trying to develop. The Python version I am trying to load is the one available in the Microsoft AppStore. Now when I use the “ LoadLibraryExW” (which is a WIN32 API: https://learn.mi