OpenWaterAnalytics / epanet-python

python wrapper for epanet library
76 stars 40 forks source link

dylib loading for Darwin, and fix relative dllpath #85

Open aferust opened 2 years ago

aferust commented 2 years ago

Those are needed for OSX .

aferust commented 2 years ago

sys.path.append(this_dir)

Why do we need this? Some python environments like QGIS require this.