Ignore:
Timestamp:
14/11/08 21:19:43 (4 years ago)
Author:
Paul Kienzle
Message:

python: use NeXusError rather than RuntimeError. Refs #101.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/python/nxs/__init__.py

    r1122 r1124  
    1111The NeXus file interface requires compiled libraries to read the 
    1212underlying HDF_ files.  Binary packages are available for some 
    13 platforms from the NeXus site.  Details of where the nxs package  
     13platforms from the NeXus site.  Details of where the nxs package 
    1414searches for the libraries are recorded in `nxs.napi`. 
    1515 
     
    4444When converting code to python from other languages you do not 
    4545necessarily want to rewrite the file handling code using the 
    46 tree view.  The `nxs.napi` module provides an interface which  
    47 more closely follows the NeXus application programming  
     46tree view.  The `nxs.napi` module provides an interface which 
     47more closely follows the NeXus application programming 
    4848interface (NAPI_). 
    4949 
     
    5555from nxs.napi import * 
    5656from nxs.tree import * 
    57  
Note: See TracChangeset for help on using the changeset viewer.