Version 16 (modified by m-doucet, 13 years ago) (diff) |
---|
SansView Trac Site
The following are SansView dependencies:
(Read the following for OSX installation)
- SciPy https://sourceforge.net/projects/scipy/files/ or http://fonnesbeck.github.com/ScipySuperpack/
The following dependencies are easily installed using easy_install:
- lxml
- numpy
- periodictable
The following are additional dependencies for Windows:
- comtypes
- pywin32
- pisa
- html5lib
- reportlab
On Windows, the following site has all the dependencies nicely packaged:
http://www.lfd.uci.edu/~gohlke/pythonlibs/
Mac Compilation
Building the SansView application on Mac requires you to install python from python.org. The version of python bundled with OSX will cause py2app to produce an application property list that will not point to the python executable bundled in the application.
A detailed description of the Mac build process can be found here:Mac Build