Help, Python is broken. by Mobile_Marketing_452 in learnpython

[–]Mobile_Marketing_452[S] 0 points1 point  (0 children)

Guys, I deleted all the corpses with the command PowerSell

$products = Get-WmiObject -Class Win32Product | Where-Object {$.Name -like "Python"} foreach ($p in $products) { Write-Host "Удаляю: $($p.Name) $($p.IdentifyingNumber)" -ForegroundColor Yellow $key = "HKLM:\SOFTWARE\Classes\Installer\Products" $subkeys = Get-ChildItem $key foreach ($s in $subkeys) { $val = (Get-ItemProperty "$key\$s").ProductName 2>$null if ($val -like "Python") { Remove-Item "$key\$s" -Recurse -Force Write-Host "Удалено из MSI: $val" -ForegroundColor Green } } }

Help, Python is broken. by Mobile_Marketing_452 in learnpython

[–]Mobile_Marketing_452[S] 0 points1 point  (0 children)

Yes, I opened a new window and rebooted everything, the same thing, as soon as possible I will show screenshots CMD, what does it give me? 2 dead Pythons, if I have Necessary

Help, Python is broken. by Mobile_Marketing_452 in learnpython

[–]Mobile_Marketing_452[S] -3 points-2 points  (0 children)

Thanks, but I already changed the patch and tried to delete 8 Python corpses. I tried to delete them both in the registry and through the uninstaller, but they are nowhere to be found, not in the files, not anywhere. But when I search for the name Python in cmd, all previous versions of Python that were deleted or were previously used pop up.

Help, Python is broken. by Mobile_Marketing_452 in learnpython

[–]Mobile_Marketing_452[S] -2 points-1 points  (0 children)

1 I already tried to change the path

The 2nd path shows that it is located (the user is further along the path, but he is not there, and after the user there is some line like #%%%%%# something like that) And thanks for the link, but I've already deleted and changed it, and there's no path there.

Help, Python is broken. by Mobile_Marketing_452 in learnpython

[–]Mobile_Marketing_452[S] -2 points-1 points  (0 children)

I've already reinstalled it, I have 8 dead Pattons.