Changes between Version 2 and Version 3 of Win32Build


Ignore:
Timestamp:
Mar 16, 2012 7:55:33 AM (12 years ago)
Author:
robert-whitley
Comment:

Installing python changes

Legend:

Unmodified
Added
Removed
Modified
  • Win32Build

    v2 v3  
    55== Install Python == 
    66- Install 32-bit python 2.5 or above from [http://www.python.org/download/releases/][[BR]] 
     7 
     8- If you have two or more versions of python then you will have to make sure you use the correct version of python when installing packages and running python. You can check this on the command terminal by entering 
     9 
     10{{{ 
     11python --version 
     12}}} 
     13 
     14- If the correct version isn't displayed then it's probably not set as an environmental variable. These can be changed in ''My Computer ‣ Properties ‣ Advanced ‣ Environment Variables'' The directory where python is located should be entered under 'PATH' and 'PYTHONPATH'. 
     15 
     16- If this doesn't work then a '''temporary''' fix is setting the path on the command line. An example of this is below.  
     17{{{ 
     18PATH c:/Python25; %PATH% 
     19}}} 
    720 
    821== Install wxPython 2.8 ==