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