currently we have an MSIX package deployed for python 3.9 on Windows 10 via app attach (vhd stage and register).
Everything works fine except the IDLE interpreter. Currently as a workaround we can call it via cmd using the python shell.
However if we try to run it from start menu, nothing happens.
We tried defining the system path environment variables for the same while creating the MSIX package (C:\Program Files\Python39\Lib\idlelib) but no success.
Any help is much appreciated.