Re: [python-win32] Uninstallation Command Required

2023-09-20 Thread Steven Manross
To: Sujith R Cc: python-win32@python.org Subject: Re: [python-win32] Uninstallation Command Required Depends on how it was installed. If you used the installer from python.org<http://python.org>, it might look like this: python-3.11.1-amd64.exe /uninstall /quiet > uninstall.log (Adjust

Re: [python-win32] Uninstallation Command Required

2023-09-20 Thread Bob Kline
Depends on how it was installed. If you used the installer from python.org, it might look like this: python-3.11.1-amd64.exe /uninstall /quiet > uninstall.log (Adjust the name of the executable to match the version you installed.) If you used some other distribution (for example, from ActiveStat

[python-win32] Uninstallation Command Required

2023-09-20 Thread Sujith R
Hi Team, I need to uninstall python via windows command prompt. I tried lots of various commands but it’s not worked well. Can you please help me to solve this issue. SUMMARY: Need a proper uninstall command for windows Thanks in advance. ___ python-wi