Changes between Version 13 and Version 14 of Win32Build
- Timestamp:
- Mar 16, 2012 12:26:47 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Win32Build
v13 v14 125 125 - Once these are installed load up Eclipse. It will ask for a workspace directory to store the project files in, you can choose anywhere. 126 126 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. 128 128 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. 130 130 131 131 - Then, you have to go to ''File ‣ Import'', and choose the File System option: … … 135 135 - Select the directory where your files are located and the input Folder, and click finish. 136 136 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''. 138 138 139 139 - Open sansview.py and hit the run button.