| 1 | = Build Instructions for Windows = |
| 2 | |
| 3 | - SansView works with wxPython where there is currently no 64-bit version. If you have a 64-bit computer then please download 32-bit versions of python, wxpython and all the other external packages. |
| 4 | |
| 5 | == Install Python == |
| 6 | - Install 32-bit python 2.5 or above from [http://www.python.org/download/releases/][[BR]] |
| 7 | |
| 8 | == Install wxPython 2.8 == |
| 9 | - Get 32-bit wxPython 2.8 (not 2.9) from [http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/wxPython2.8-osx-unicode-2.8.12.1-universal-py2.6.dmg/download] |
| 10 | |
| 11 | == Install other external packages == |
| 12 | - There are several external packages that need to be installed. |
| 13 | |
| 14 | -- matplotlib-0.99.x |
| 15 | |
| 16 | -- numpy-1.4.x |
| 17 | |
| 18 | -- scipy-0.7.x |
| 19 | |
| 20 | -- lxml-2.2 |
| 21 | |
| 22 | -- pyparsing |
| 23 | |
| 24 | -- periodictable-1.3 |
| 25 | |
| 26 | -- setuptools |
| 27 | |
| 28 | -- comtypes |
| 29 | |
| 30 | -- pywin32 |
| 31 | |
| 32 | -- PIL(optional) |
| 33 | |
| 34 | -- Check the [http://danse.us/trac/sans/browser/releases/sansview-2.0.0/releases_notes.txt release notes] to see if any more are needed. |