Skip to content

Developper Setup PyOpenGL_Accelerate Python.h not found #279

Answered by pragma37
panthavma asked this question in Q&A
Discussion options

You must be logged in to vote

PyOpenGL_Accelerate is fully optional.
It just may provide a slight performance boost to PyOpenGL, so I wouldn't worry too much if you can't get it to work.

What I do (on Windows) is to install the Python version (with the development headers) that matches the one used by Blender, and use that python installation instead of the one bundled by Blender to run the install scripts.

An easier option would be to just copy-paste the dependencies folder from the BlenderMalt releases from Github.

It may be desirable to add an option to the install scripts to simply fetch the dependencies and C libraries from a compiled release, since setting up the whole compiler toolchain can be difficult and mos…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@panthavma
Comment options

@pragma37
Comment options

Answer selected by panthavma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants