'Launch IDLE (python 3.9) from start menu

currently we have an MSIX package deployed for python 3.9 on Windows 10 via app attach (vhd stage and register).

MSIX package deployed via app attach Everything works fine except the IDLE interpreter. Currently as a workaround we can call it via cmd using the python shell.

Call IDLE via python shell

However if we try to run it from start menu, nothing happens.

IDLE doesn't launch from start menu

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.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source