Using PyOpenGL, NumPy and PyAssimp modules in Krita

Thanks for the advice. I double checked the versions, and the version of PyOpenGL and PyAssimp I had downloaded should be compatible with Python 3.10. I only had to change the version of NumPy.

Manually appending the files didn’t seem to work in their original location, so I tried with the folders under pykrita (based on what worked in the post below) but that also didn’t seem to work either.


The screenshot above is after I tried to append NumPy and PyAssimp in that order. I moved the NumPy folder back to the original site-packages folder, but then Krita just couldn’t find NumPy again.

I find that with OpenGL, the scripter wouldn’t show an error message. But Krita still can’t find it regardless.

At some point, this message had also appeared for NumPy and PyAssimp (sorry, I don’t remember what I did at this point, so I’m not really sure what changed):

I’m honestly a little unsure of what else I can try. If you have any idea what I can do next, I would really appreciate it.

Thanks!