Closed Wenzel closed 1 year ago
Load bitmap.so only using the compiled version by setup.py 's Extension module. Don't use the custom Makefile at runtime to compile it, and remove that code anyway. Also remove check if the library is compiled, since it will be compiled by setup.py
bitmap.so
setup.py
Extension
Makefile
Load
bitmap.so
only using the compiled version bysetup.py
'sExtension
module. Don't use the customMakefile
at runtime to compile it, and remove that code anyway. Also remove check if the library is compiled, since it will be compiled bysetup.py