- Timestamp:
- May 19, 2012 12:17:02 PM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- baa915c
- Parents:
- d225e32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/README.txt
rfa00944 r940aca7 94 94 - run 'python sansview.py' under the 'sansview' folder. 95 95 - The following modules are required: 96 * matplotlib >= 0.99.0(WIN), 0.99.1.1(MAC) 97 * numpy >= 1.4.1 98 * scipy >= 0.7.2 99 * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC) < 2.9.xx 100 * lxml >= 2.2.2 101 * multiprocessing-2.6.2(X) 102 * comtypes (for PDF window)(WIN) 103 * pywin32 (to read ms office)(WIN) 104 * PIL (Python Image Library) 105 * Pyparsing (apply for periodictable and bundling) 106 * periodictable = 1.3.0 (using 'easy_install periodictable') 107 * pisa (html to pdf : MAC) 108 * MinGW/Cygwin (for Windows) or other GNU compiler (gcc) 109 * Optional: setuptools, svn, Innosetup, py2exe(WIN),and/or py2app(MAC) to build App from the source. 96 - wxPython 2.8.12.1 97 - matplotlib 1.1.0 98 - SciPy 0.10.1 99 - py2app (MAC) 100 101 (The following three are easily installed using easy_install) 102 - lxml 2.3.0 103 - numpy 1.6.1 104 - periodictable 1.3.0 105 106 (The following are additional dependencies for Windows) 107 - comtypes 0.6.2 108 - pywin32 build 217 109 - pisa 3.0.27 (NOT 3.0.33) 110 - html5lib 0.95 111 - reportlab 2.5 112 - pyparsing 1.5.5 113 - PIL 1.1.7 114 - setuptools 0.6c11 115 - py2exe 0.6.9 (WIN) 116 - svn 117 - MinGW w/ gcc version 4.6.1 (WIN) 118 - Innosetup (WIN). 119 120 (On Windows, the following site has all the dependencies nicely packaged) 121 http://www.lfd.uci.edu/~gohlke/pythonlibs/ 110 122 111 123
Note: See TracChangeset
for help on using the changeset viewer.