Changes between Version 2 and Version 3 of Win32Build
- Timestamp:
- Mar 16, 2012 7:55:33 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Win32Build
v2 v3 5 5 == Install Python == 6 6 - 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 {{{ 11 python --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 {{{ 18 PATH c:/Python25; %PATH% 19 }}} 7 20 8 21 == Install wxPython 2.8 ==