Can't install Python 3 on Windows XP - windows

Does Python 3 support Win XP? Because I'm switching from Python 2 to 3, but I cannot install it. I've downloaded Python 3.3.2 Windows x86 MSI Installer, I open it and it says "Preparing to install...", later I select "Install just for me (not available on Vista)", click "Next" and the installer suddenly closes (also if I select "Install for all users"). When closed, a message appears saying "Send report errors? - Don't send". I'm running Windows XP SP 3 32 bits. I have also installed Python 2.7, that's a problem?
Thanks in advance.

I think, the best is to uninstall python 2.7 before and after try again.

I finally solved it by extracting the .msi file with this tool and moving the files manually to C:\Python33.
Thanks.

I use this version: http://www.activestate.com/activepython. It's work.

Looks like the last release supporting Windows XP was
Python 3.4.3 - Feb. 25, 2015
After that you see the note at the end of the download sections for each version
Note that Python 3.5.0 cannot be used on Windows XP or earlier.
https://www.python.org/downloads/windows/

Related

Cannot install Aptana Studio on Windows 10: Failed to Correctly Aquire installer_git_windows.exe file: CRC Error

Whenever I run the standalone installer for Aptana Studio I get the following error:
Failed to Correctly Aquire installer_git_windows.exe file: CRC Error
I'm running Windows 10, I've looked online for hours and have found no solution.
I had this problem solved by installing the Git from http://go.appcelerator.com/installer_git_windows.exe.
I had the same error. I believe it still has something to do with the NodeJS.
I went to this site https://nodejs.org/en/download/ use the 32 bit version for Windows 10. Then installed an older version of Aptana https://aptana-studio.en.uptodown.com/windows/versions with the 3.4.2 and tada.. it worked. I don't mind the older version for now.
Rename the installer file to "aptana.exe"
Move that file to c drive
Open CMD in administrator mode Type "c:/aptana.exe /passive /norestart"
Press enter
After some process, a new exe file will be available on desktop which you can use.
It worked for me.
Simply download git from https://git-scm.com/download/win and install it manually before launching the Aptana installer and it will work.

Want to remove one of the two version of python installed on my machine

I have both the versions of python 3.5.2 and python 3.6.3, but I want to remove the 3.6.3 version (as all the dependencies are installed in 3.5.2) and then upgrade the 3.5.2 version to the latest one.
Please suggest a way to do so without damaging the OS(I am using Ubuntu 16.04).
Some steps:
Open Control Panel.
Click "Uninstall a Program."
Scroll down to Python and click uninstall for each version you don't want anymore.
This works on Windows 7, no additional programs or scripts required. Hope this helps.

Python 3.5 64bit on Windows 8.1 64bit, The only way to install TensorFlow binaries on Windows does not work

Is it possible to install Python 3.5.x on Windows 8.1?
The primary goal is to install TensorFlow directly on my Windows.
It is not working. More specifically when using a 64 bit windows, and naturally trying the 64bits Python. The AMD name in the installation file is confusing, since my laptop is an Intel. But that is the only 64 bit option so I select that.
I try to set up via binaries. In the middle of installation a GUI tells me installation failed:
BTW, I have done my best to remove any remaining Python 32 bits from my system.
Gooogling "python supported windows versions" brings up Using Python on Windows — Python 3.5.3 documentation1:
3.1.1. Supported Versions
As specified in PEP 11, a Python release only supports a Windows
platform while Microsoft considers the platform under extended
support. This means that Python 3.5 supports Windows Vista and newer.
If you require Windows XP support then please install Python 3.4.
1Or rather, https://docs.python.org/3/using/windows.html from which you can switch to the 3.5's version of the article with the drop-down list in the upper-left corner
After running windows update, I finally managed to install python 3.5 64 bits and then tensorflow on my windows 8.1.

How can I find out whether Win10 was newly installed or upgraded from Win7?

I want to find out whether my windows 10 is newly installed or it is upgraded from win7. Is there any mechanism or any way to find out this problem? If it has a solution please let me know.
Navigate to Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup
If you see an Upgrade key/folder under this location, then the system
underwent an upgrade from an older version of Windows
To see the old Windows build number, look at the value of
DownlevelBuildNumber. A value of 6.1.7601 means the system upgraded
from Windows 7 (a value of 10.0.##### means it upgraded from some
build of Windows 10)
If the Upgrade key/folder does not exist, then the system has a clean
Windows installation
Well. Its a bit tricky to find out.
You can find the installation date of your Windows 10 using the below command,
systeminfo | find /i "install date"
However, if you had upgraded your Windows from a lower to a higher version, you'll only see the date when the earlier version was installed and not when the latest version was installed or upgraded.
Hope this helps!

How to uninstall Trac on Windows?

I installed Trac on Windows 7 using Trac-1.0.1.win32.exe.
How do I cleanly uninstall this? My reason for uninstalling is that I installed it with Python 3.4, and then discovered that it actually requires Python 2.7. So I would like to remove the existing install, and re-install it for Python 2.7 .
Nothing appears for Trac in the Windows 7 "Add/Remove Programs" area. There is a program RemoveTrac.exe that was created under the Python34 directory, however when I run that it pops up a MessageBox with title Runtime Error and text This program is normally started by windows, and it does not uninstall.
I'm not sure but to me it seems that installer just checks your environment, detects some pathes and sets them in the installed Trac environment. Trac should be on top of Python and SVN. So likely, you can just remove the installed Trac directory.

Resources