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