3 Created on Wed Jan 9 16:25:46 2019
5 @author: Ocean Insight Inc.
12 user=getpass.getuser()
13 user_home=os.path.expanduser(
"~"+user)
14 program_data = os.path.normpath(
"./oceandirect")
15 os_platform = platform.system()
18 if os_platform ==
'Darwin':
20 oceandirect_libname=(
"liboceandirect.dylib")
23 oceandirect_libname=(
"OceanDirect.dll")
26 oceandirect_libname=(
"liboceandirect.so")
29 oceandirect_dll = os.path.normpath(program_data+
"/lib/"+oceandirect_libname)