Re: [Pythonmac-SIG] Error with mimetype on OS-X 11 (Big Sur)

2022-01-07 Thread Christopher Barker
Thanks Jack, this sounds like a promising lead. In this case, it seems to be PyOpenGL, ultimately loading a system dynlib. But the broken bit may be within my control. I’ll report back if I figure it out. -CHB On Fri, Jan 7, 2022 at 3:40 PM wrote: > I googled the "file system relative paths n

Re: [Pythonmac-SIG] Error with mimetype on OS-X 11 (Big Sur)

2022-01-07 Thread jack . jansen
I googled the "file system relative paths not allowed in hardened programs” and the results made me remember a similar issue I have seen recently. I was loading a dylib through ctypes, and suddenly this stopped working. The problem eventually turned out to be that another dylib (a dependency of