Как я удаляю Python из установщика веб-платформы?

Относительно недостающей конфигурации удаленного рабочего стола может быть возможно, что необходимо установить функцию Remote Administration.

Проблема памяти могла быть проблемой с BIOS, правильно сообщив о конфигурации памяти Windows. Вы могли бы хотеть обновить BIOS, если Вы уже не имеете. Если Вы имеете свободное время (и кто делает?) Вы могли бы хотеть вернуться к исходной сумме RAM и добавить немного за один раз до проблемных деклараций.

-1
задан 17 July 2013 в 22:48
1 ответ

Ok with a lot of fooling around I found this directory:

%LOCALAPPDATA%\Microsoft\Web Platform Installer\installers\PythonDetectInstalls

In a mangled sub-folder there is a powershell script DetectPythonInistalls.ps1 that has these two lines for checking if python is installed already:

$regKey = "hklm:SOFTWARE\Python\PythonCore\$pythonVersion\InstallPath";
$correctRegKey = "hklm:SOFTWARE\Wow6432Node\Python\PythonCore\$pythonVersion\InstallPath";

Uninstalling all my pythons did not remove these keys. After removing these registry keys with regedit, WPI allowed me to install its own version of python 2.7 and all the other goodies to go with the Windows Azure Python SDK and it worked.

0
ответ дан 5 December 2019 в 20:46

Теги

Похожие вопросы