There is a point to this story, but it has temporarily escaped my mind...
Contact Me MyFaceBook MyLinkedIn MyGitHub MyTwitter

Install Python Runtime

  1. Install Python 2.7.6 64-bit into C:\python
  2. Execute the following to install PIP:
    cd %TEMP%
    wget http://peak.telecommunity.com/dist/ez_setup.py
    python ez_setup.py
    wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
    python get-pip.py
  3. Install Pywin32:
    cd %TEMP%
    wget http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/pywin32-218.win-amd64-py2.7.exe/download
    pywin32-218.win-amd64-py2.7.exe
  4. Install wxPython:
    cd %TEMP%
    wget http://sourceforge.net/projects/wxpython/files/wxPython/2.9.5.0/wxPython2.9-win64-2.9.5.0-py27.exe/download
    wxPython2.9-win64-2.9.5.0-py27.exe

Alternatively, you can also use my python chocolatey package to install the runtime…

Copyright © 2022 by Julian Easterling. SOME RIGHTS RESERVED.
Privacy Policy              Terms of Use             


Creative Commons License
Except where otherwise noted, content on this site is
licensed under a Creative Common Attribution-Share Alike 4.0 International License.


All of the opinions expressed on this website are those of Julian Easterling and
do not represent the views of any of my current and previous clients or employers in any way.

If you notice an error on the site or content that has not been properly attributed, bring
it to my attention using the contact page and I will endeavor to fix it as soon as I can.

I accept no responsibility or liability for any damages incurred by following any of
my advice or by using any of the information on my site or of those sites that I link to.