Changeset 1005
- Timestamp:
- 01/07/08 23:57:14 (4 years ago)
- File:
-
- 1 edited
-
trunk/bindings/python/nxs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/nxs.py
r1003 r1005 14 14 os.environ['NEXUSLIB'] - All 15 15 directory containing nxs.py - All 16 C:\Program Files\NeXus Data Format\bin- Windows16 os.environ['NEXUSDIR']\bin - Windows 17 17 os.environ['LD_LIBRARY_PATH'] - Unix 18 18 os.environ['DYLD_LIBRARY_PATH'] - Darwin 19 PREFIX/lib - Unix and Darwin 19 20 /usr/local/lib - Unix and Darwin 20 21 /usr/lib - Unix and Darwin 21 22 22 On Windows it looks for libNeXus.dll and libNeXus-0.dll 23 On Windows it looks for libNeXus.dll and libNeXus-0.dll; 24 NEXUSDIR defaults to r'C:\Program Files\NeXus Data Format' 23 25 On OS X it looks for libNeXus.dylib 24 26 On Unix it looks for libNeXus.so 27 PREFIX defaults to /usr/local, but is replaced by the value of 28 --prefix during configure. 25 29 26 30 The import will raise an OSError exception if the library wasn't found
Note: See TracChangeset
for help on using the changeset viewer.
