[issue43100] Python fails to execute shiv pyz files greater than 2 GB

2021-02-02 Thread Divyanshu
New submission from Divyanshu : Issue with shiv packages greater than 2GBs. Any shiv package(.pyz) greater than 2 GB fails to execute on python. Getting the below error with a simple shiv package that contains a main file that prints Hello World, and some random data files crossing the 2GB

[issue14576] IDLE: "IDLE's subprocess didn't make connection.Either IDLE can't start a subprocess or personal firewall software is blocking the connection."

2014-04-05 Thread Divyanshu Sharma
Divyanshu Sharma added the comment: I found the root cause for the error regarding python in my pc that shows the error message "IDLE's subprocess didn't make connection.Either IDLE can't start a subprocess or personal firewall software is blocking the connection."

[issue14576] IDLE: resolving home directory for configuration uses HOMEDRIVE, HOMEPATH, and USERPROFILE inconsistently on Windows.

2014-02-26 Thread Divyanshu Sharma
Divyanshu Sharma added the comment: I found a weird solution for the problem. Exchange the names of python and pythonw in the python33 folder. This makes the IDLE to call both and as a result python opens in both modes simultaneosly, and the subprocess connection error don't sho