<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://performiq.com/kb/index.php?action=history&amp;feed=atom&amp;title=Installing_Python_Modules_on_Windows</id>
	<title>Installing Python Modules on Windows - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://performiq.com/kb/index.php?action=history&amp;feed=atom&amp;title=Installing_Python_Modules_on_Windows"/>
	<link rel="alternate" type="text/html" href="https://performiq.com/kb/index.php?title=Installing_Python_Modules_on_Windows&amp;action=history"/>
	<updated>2026-05-18T20:45:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://performiq.com/kb/index.php?title=Installing_Python_Modules_on_Windows&amp;diff=4721&amp;oldid=prev</id>
		<title>PeterHarding: Created page with &quot;=Windows Only Installations=  I have stup Windows Python as follows:  32 bit version - C:\Apps\Python27_32 64 bit version - C:\Apps\Python27_64  So now set up pip and other co...&quot;</title>
		<link rel="alternate" type="text/html" href="https://performiq.com/kb/index.php?title=Installing_Python_Modules_on_Windows&amp;diff=4721&amp;oldid=prev"/>
		<updated>2016-02-23T07:04:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Windows Only Installations=  I have stup Windows Python as follows:  32 bit version - C:\Apps\Python27_32 64 bit version - C:\Apps\Python27_64  So now set up pip and other co...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Windows Only Installations=&lt;br /&gt;
&lt;br /&gt;
I have stup Windows Python as follows:&lt;br /&gt;
&lt;br /&gt;
32 bit version - C:\Apps\Python27_32&lt;br /&gt;
64 bit version - C:\Apps\Python27_64&lt;br /&gt;
&lt;br /&gt;
So now set up pip and other components I need.&lt;br /&gt;
&lt;br /&gt;
In a CMD window:&lt;br /&gt;
&lt;br /&gt;
==64 Bit==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\&amp;gt;cd C:\Apps\Python27_64&lt;br /&gt;
&lt;br /&gt;
c:\Apps\Python27_64&amp;gt;.\python -m pip install -U pip setuptools&lt;br /&gt;
&lt;br /&gt;
Collecting pip&lt;br /&gt;
  Using cached pip-8.0.2-py2.py3-none-any.whl&lt;br /&gt;
Collecting setuptools&lt;br /&gt;
  Using cached setuptools-20.1.1-py2.py3-none-any.whl&lt;br /&gt;
Installing collected packages: pip, setuptools&lt;br /&gt;
  Found existing installation: pip 7.1.2&lt;br /&gt;
    Uninstalling pip-7.1.2:&lt;br /&gt;
      Successfully uninstalled pip-7.1.2&lt;br /&gt;
  Found existing installation: setuptools 18.2&lt;br /&gt;
    Uninstalling setuptools-18.2:&lt;br /&gt;
      Successfully uninstalled setuptools-18.2&lt;br /&gt;
&lt;br /&gt;
Successfully installed pip-8.0.2 setuptools-20.1.1&lt;br /&gt;
&lt;br /&gt;
c:\Apps\Python27_64&amp;gt;.\python -m pip install -U wheel&lt;br /&gt;
&lt;br /&gt;
Collecting wheel&lt;br /&gt;
  Using cached wheel-0.29.0-py2.py3-none-any.whl&lt;br /&gt;
Installing collected packages: wheel&lt;br /&gt;
&lt;br /&gt;
Successfully installed wheel-0.29.0&lt;br /&gt;
&lt;br /&gt;
c:\Apps\Python27_64&amp;gt;.\python -m pip install pymssql&lt;br /&gt;
&lt;br /&gt;
Collecting pymssql&lt;br /&gt;
  Downloading pymssql-2.1.2-cp27-cp27m-win_amd64.whl (153kB)&lt;br /&gt;
    100% |################################| 155kB 1.4MB/s&lt;br /&gt;
Installing collected packages: pymssql&lt;br /&gt;
Successfully installed pymssql-2.1.2&lt;br /&gt;
&lt;br /&gt;
...and so on...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==32 Bit==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Microsoft Windows [Version 6.1.7601]&lt;br /&gt;
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.&lt;br /&gt;
&lt;br /&gt;
c:\&amp;gt;cd Apps&lt;br /&gt;
&lt;br /&gt;
c:\Apps&amp;gt;cd Python27_32&lt;br /&gt;
&lt;br /&gt;
c:\Apps\Python27_32&amp;gt;dir&lt;br /&gt;
&lt;br /&gt;
 Volume in drive C is Boot&lt;br /&gt;
 Volume Serial Number is 7EE5-7029&lt;br /&gt;
&lt;br /&gt;
 Directory of c:\Apps\Python27_32&lt;br /&gt;
&lt;br /&gt;
23/02/2016  05:49 PM    &amp;lt;DIR&amp;gt;          .&lt;br /&gt;
23/02/2016  05:49 PM    &amp;lt;DIR&amp;gt;          ..&lt;br /&gt;
23/02/2016  05:49 PM             2,132 dbfpy-wininst.log&lt;br /&gt;
23/02/2016  05:43 PM    &amp;lt;DIR&amp;gt;          DLLs&lt;br /&gt;
23/02/2016  05:43 PM    &amp;lt;DIR&amp;gt;          Doc&lt;br /&gt;
23/02/2016  05:43 PM    &amp;lt;DIR&amp;gt;          include&lt;br /&gt;
23/02/2016  05:47 PM    &amp;lt;DIR&amp;gt;          Lib&lt;br /&gt;
23/02/2016  05:43 PM    &amp;lt;DIR&amp;gt;          libs&lt;br /&gt;
05/12/2015  08:36 PM            38,584 LICENSE.txt&lt;br /&gt;
05/12/2015  08:25 PM           444,900 NEWS.txt&lt;br /&gt;
23/02/2016  05:49 PM             2,199 pyHook-wininst.log&lt;br /&gt;
05/12/2015  08:33 PM            27,136 python.exe&lt;br /&gt;
05/12/2015  08:33 PM            27,648 pythonw.exe&lt;br /&gt;
23/02/2016  05:47 PM           136,777 pywin32-wininst.log&lt;br /&gt;
21/11/2015  11:03 PM            56,557 README.txt&lt;br /&gt;
23/02/2016  05:49 PM            61,440 Removedbfpy.exe&lt;br /&gt;
23/02/2016  05:49 PM           196,096 RemovepyHook.exe&lt;br /&gt;
23/02/2016  05:47 PM           196,096 Removepywin32.exe&lt;br /&gt;
23/02/2016  05:47 PM    &amp;lt;DIR&amp;gt;          Scripts&lt;br /&gt;
23/02/2016  05:43 PM    &amp;lt;DIR&amp;gt;          tcl&lt;br /&gt;
23/02/2016  05:43 PM    &amp;lt;DIR&amp;gt;          Tools&lt;br /&gt;
05/12/2015  08:33 PM           111,616 w9xpopen.exe&lt;br /&gt;
              12 File(s)      1,301,181 bytes&lt;br /&gt;
              10 Dir(s)  867,873,169,408 bytes free&lt;br /&gt;
&lt;br /&gt;
c:\Apps\Python27_32&amp;gt;.\python -m pip install -U pip setuptools&lt;br /&gt;
&lt;br /&gt;
Collecting pip&lt;br /&gt;
  Downloading pip-8.0.2-py2.py3-none-any.whl (1.2MB)&lt;br /&gt;
    100% |################################| 1.2MB 330kB/s&lt;br /&gt;
Collecting setuptools&lt;br /&gt;
  Downloading setuptools-20.1.1-py2.py3-none-any.whl (472kB)&lt;br /&gt;
    100% |################################| 475kB 145kB/s&lt;br /&gt;
Installing collected packages: pip, setuptools&lt;br /&gt;
  Found existing installation: pip 7.1.2&lt;br /&gt;
    Uninstalling pip-7.1.2:&lt;br /&gt;
      Successfully uninstalled pip-7.1.2&lt;br /&gt;
  Found existing installation: setuptools 18.2&lt;br /&gt;
    Uninstalling setuptools-18.2:&lt;br /&gt;
      Successfully uninstalled setuptools-18.2&lt;br /&gt;
&lt;br /&gt;
Successfully installed pip-8.0.2 setuptools-20.1.1&lt;br /&gt;
&lt;br /&gt;
c:\Apps\Python27_32&amp;gt;.\python -m pip install wheel&lt;br /&gt;
&lt;br /&gt;
Collecting wheel&lt;br /&gt;
  Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)&lt;br /&gt;
    100% |################################| 69kB 167kB/s&lt;br /&gt;
Installing collected packages: wheel&lt;br /&gt;
&lt;br /&gt;
Successfully installed wheel-0.29.0&lt;br /&gt;
&lt;br /&gt;
c:\Apps\Python27_32&amp;gt;.\python -m pip install pymssql&lt;br /&gt;
&lt;br /&gt;
Collecting pymssql&lt;br /&gt;
  Downloading pymssql-2.1.2-cp27-cp27m-win32.whl (134kB)&lt;br /&gt;
    100% |################################| 135kB 169kB/s&lt;br /&gt;
Installing collected packages: pymssql&lt;br /&gt;
&lt;br /&gt;
Successfully installed pymssql-2.1.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Python]]&lt;br /&gt;
[[Category:Examples]]&lt;/div&gt;</summary>
		<author><name>PeterHarding</name></author>
	</entry>
</feed>