OpenColorIO icon indicating copy to clipboard operation
OpenColorIO copied to clipboard

Python module install path wrong on MinGW

Open kmilos opened this issue 3 years ago • 2 comments

MinGW (at least the MSYS2 one) Python is a bit special and also uses the regular Unix location, so the condition should probably be if(WIN32 AND NOT MINGW).

Even better the block could be replaced by something that figures out the location form Python_SITEARCH (which seems to be absolute, just need to extract the relative part).

kmilos avatar Nov 10 '22 11:11 kmilos

Is this still an issue ?

luzpaz avatar Dec 08 '23 03:12 luzpaz

Yes.

kmilos avatar Dec 08 '23 07:12 kmilos