#!/usr/bin/env python from gipsy import * init() try: import kapteyn anyout('Kapteyn Package version %s' % kapteyn.__version__) except: anyout('''Kapteyn Package is not properly installed! More information can be found in GIPSY's update log file. If this is not available, running the following command from the GIPSY account will show this information again: p -rebuild kapteynpackage.src One or more requirements may not be met, such as Python, WCSLIB and NumPy. Also their header (.h, "include") files need to be present. Those are usually provided by the respective development packages of your system's distribution. After correction the problem, repeating the rebuild command will install the package. See also the document kapteynpackage.doc. ''') finis()