[issue28344] Python 3.5.2 installer hangs when run in session 0

2021-03-13 Thread Eryk Sun
Eryk Sun added the comment: I tested installing 3.10 in session 0 for the current user, as a user with the batch logon right. The installation succeeded. If you're running as SYSTEM, then installing for the current user doesn't see reasonable to me. I won't test that case. I tested install

[issue28344] Python 3.5.2 installer hangs when run in session 0

2016-10-03 Thread spooja
spooja added the comment: Thank you for the link, yes am running in session 0 via the task scheduler. -- ___ Python tracker ___ ___ Py

[issue28344] Python 3.5.2 installer hangs when run in session 0

2016-10-03 Thread Eryk Sun
Eryk Sun added the comment: For some reason you're trying to schedule the installer to run in session 0. I thought you were running python.exe in session 0 via the task scheduler, which would hang in the REPL [1]. [1]: https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop ---