Uncategorized

naming convention for imported functions


Quote Originally Posted by tashirosgt

However, if rename the functions to things like “OpenGL.GLUT.glutinit()” it runs without errors. What’s my problem? I installed pyopengl using pip.

You used pip

Use system provided python packages instead.

Code:

sudo dnf install python3-pyopengl

Don’t forget to remove the pip installed garbage.



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *