home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pysci22.zip / install.cnf < prev    next >
Text File  |  2001-12-25  |  474b  |  12 lines

  1. pkg_name=ScientificPython
  2. pkg_version=2.2
  3. pkg_description=Konrad Hinsen's collection of Scientific modules for Python, v2.2
  4.  
  5. # This release depends on Python 2.2 binary install
  6. test_file_exists=%PYTHONHOME%/python22.dll
  7. # This release depends on NumPy being installed
  8. test_file_exists=%PYTHONHOME%/Lib/site-packages/Numeric.pth
  9.  
  10. # Don't want to try and overwrite an existing installation
  11. test_file_not_exists=%PYTHONHOME%/Lib/site-packages/Scientific/__init__.py
  12.