<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Python2</id>
	<title>Python2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Python2"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Python2&amp;action=history"/>
	<updated>2026-06-05T05:26:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=Python2&amp;diff=31097&amp;oldid=prev</id>
		<title>Chao at 17:39, 12 May 2021</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Python2&amp;diff=31097&amp;oldid=prev"/>
		<updated>2021-05-12T17:39:36Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Python 2.7.18&lt;br /&gt;
&lt;br /&gt;
== Setuptools ==&lt;br /&gt;
* Install setuptools - https://pypi.org/project/setuptools/#files&lt;br /&gt;
Method &lt;br /&gt;
* Save curl https://bootstrap.pypa.io/ez_setup.py -o ez_setup.py&lt;br /&gt;
* python2 ez_setup.py&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== PIP == &lt;br /&gt;
* https://pypi.python.org/pypi/pip#downloads&lt;br /&gt;
Method 1&lt;br /&gt;
* curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py&lt;br /&gt;
* python2 get-pip.py&lt;br /&gt;
Method 2&lt;br /&gt;
* cd C:\Python27\Scripts&lt;br /&gt;
* easy_install pip&lt;br /&gt;
Method 3 Install pip version 18&lt;br /&gt;
* https://pypi.org/project/pip/18.0/#files&lt;br /&gt;
&lt;br /&gt;
Upgrade &lt;br /&gt;
* python2 -m pip install --upgrade pip&lt;br /&gt;
* pip install --upgrade pip&lt;br /&gt;
* Proxy first, Result: Successfully installed pip-20.3.4 wheel-0.36.2&lt;br /&gt;
&lt;br /&gt;
== Pip Intall commands libs ==&lt;br /&gt;
* pip2 install typing requests pyopenssl ndg-httpsclient pyasn1 configparser wxPython&lt;br /&gt;
Result &lt;br /&gt;
* Requirement already satisfied: typing in c:\python27\lib\site-packages (3.10.0.0)&lt;br /&gt;
* Requirement already satisfied: requests in c:\python27\lib\site-packages (2.25.1)&lt;br /&gt;
* Requirement already satisfied: pyopenssl in c:\python27\lib\site-packages (20.0.1)&lt;br /&gt;
* Requirement already satisfied: ndg-httpsclient in c:\python27\lib\site-packages (0.5.1)&lt;br /&gt;
* Requirement already satisfied: pyasn1 in c:\python27\lib\site-packages (0.4.8)&lt;br /&gt;
* Requirement already satisfied: configparser in c:\python27\lib\site-packages (4.0.2)&lt;br /&gt;
[[category: Python Install ]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>