Changes between Version 21 and Version 22 of Win32Build


Ignore:
Timestamp:
May 23, 2012 7:52:17 AM (12 years ago)
Author:
robert-whitley
Comment:

Link to up to date dependencies

Legend:

Unmodified
Added
Removed
Modified
  • Win32Build

    v21 v22  
    2424 
    2525== Install other external packages == 
     26- There are several external packages that need to be installed. A complete up to date list can be found [http://sourceforge.net/apps/trac/sansviewproject/wiki here] 
     27 
    2628- Some packages don't come in a friendly .exe file. To install these you will have to use the command terminal. There are two examples below of how to install. (The example installs periodictable using Python 2.6). 
    2729 
     
    4345}}} 
    4446 
    45 - There are several external packages that need to be installed. 
    46  
    47  -- matplotlib-0.99.x [https://sourceforge.net/projects/matplotlib/files/] 
    48  
    49  -- numpy-1.4.x [https://sourceforge.net/projects/numpy/files/] 
    50  
    51  -- scipy-0.7.x [https://sourceforge.net/projects/scipy/files/] 
    52  
    53  -- lxml-2.2 [http://pypi.python.org/pypi/lxml/] 
    54  
    55  -- pyparsing [https://sourceforge.net/projects/pyparsing/files/] 
    56  
    57  -- periodictable-1.3 [http://pypi.python.org/pypi/periodictable#downloads] 
    58  
    59  -- setuptools [http://pypi.python.org/pypi/setuptools#downloads] 
    60  
    61  -- comtypes [https://sourceforge.net/projects/comtypes/files/] 
    62  
    63  -- pywin32 [https://sourceforge.net/projects/pywin32/files/] 
    64  
    65  -- PIL(optional) [http://www.pythonware.com/products/pil/] 
    66  
    67  -- 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. 
    68  
    69  -- A lot of the packages are optional because they will be downloaded automatically while installing SansView. However, if the latest version isn't compatible with the version of Python you have downloaded then it will throw an error and leave you confused why it didn't install. To be on the safe side download and install all packages before attempting SansView. 
    7047 
    7148== Get the source code ==