Daniel Frees

Results 2 issues of Daniel Frees

### Setup I am reporting a problem with Biopython version, Python version, and operating system as follows: ```python import sys; print(sys.version) import platform; print(platform.python_implementation()); print(platform.platform()) import Bio; print(Bio.__version__) ``` 3.10.9...

I have a working CMakeLists.txt file which generates both an executable (`racplusplus_exe`) and a static library (`racplusplus.cpython-311-darwin.so`) wrapped with pybind. The executable runs perfectly, and I can import the static...