Hi I'm trying to use a Python library which apparently must load code from MacOS.so
, but it cannot be found on my system. I've tried linking to other ones found with the locate
command, but with complaints about flat namespace
.
I'm wondering if it's required then why is it not packaged with other libraries? Where can I find the source for it perhaps, or even just more information about it?
Cheers