Working derivative extraction.

This commit is contained in:
rohskopf
2022-06-06 15:26:52 -06:00
parent 5318ce9b74
commit ce646a3859
4 changed files with 137 additions and 109 deletions

View File

@ -5,7 +5,7 @@
import sysconfig
import ctypes
#library = sysconfig.get_config_vars('INSTSONAME')[0]
library="/usr/local/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/Python"
library="/usr/local/Cellar/python@3.10/3.10.4/Frameworks/Python.framework/Versions/3.10/Python"
try:
pylib = ctypes.CDLL(library)
except OSError as e: