Changes between Version 13 and Version 14 of Win32Build


Ignore:
Timestamp:
Mar 16, 2012 10:26:47 AM (12 years ago)
Author:
robert-whitley
Comment:

more format changes

Legend:

Unmodified
Added
Removed
Modified
  • Win32Build

    v13 v14  
    125125- Once these are installed load up Eclipse. It will ask for a workspace directory to store the project files in, you can choose anywhere. 
    126126 
    127 - Make sure that you are in PyDev mode. You can see this in the top right corner of Eclipse. 
     127- Make sure that you are in !PyDev mode. You can see this in the top right corner of Eclipse. 
    128128 
    129 - Setup a new project. ''File ‣ New ‣ PyDev Project''. Name it something sensible like SansView Project. Leave all options as default but make sure the option "Create 'src' folder and add it to the PYTHONPATH" is selected. 
     129- Setup a new project. ''File ‣ New ‣ !PyDev Project''. Name it something sensible like SansView Project. Leave all options as default but make sure the option "Create 'src' folder and add it to the PYTHONPATH" is selected. 
    130130 
    131131- Then, you have to go to ''File ‣ Import'', and choose the File System option: 
     
    135135- Select the directory where your files are located and the input Folder, and click finish. 
    136136 
    137 - Finally add the directory where the external packages are stored to the PyDev settings. ''Window ‣ Preferences ‣ PyDev ‣Interpreter-Python ‣ Libraries ‣ New Folder''. 
     137- Finally add the directory where the external packages are stored to the !PyDev settings. ''Window ‣ Preferences ‣ !PyDev ‣ Interpreter-Python ‣ Libraries ‣ New Folder''. 
    138138 
    139139- Open sansview.py and hit the run button.