phreeqc_result = selected_array(os.path.join(datpath, 'pesti.dat'), input_string)
import phreeqpy.iphreeqc.phreeqc_dll as phreeqc_modp = phreeqc_mod.IPhreeqc()p.load_database("C:/Program Files/USGS/phreeqc-3.7.3-15968-x64/database/phreeqc.dat.XXX")if p.phc_database_error_count > 0: print(p.get_error_string())
'ERROR: LoadDatabase: Unable to open:"C:/Program Files/USGS/phreeqc-3.7.3-15968-x64/database/phreeqc.dat.XXX".\n'