How to use Pyopengl in pycharm

Asked

Viewed 72 times

1

I did the correct installation of Pyopengl and Acellerate. I can easily use the libraries in python 3.7.2 IDLE, however when I try to import them using the Pycharm IDE I cannot use the libraries. What should I do? I should probably copy a folder to a Pycharm directory, but I don’t know which one ;/

1 answer

2

Check your Run and debug settings: run/debug Configurations (in English)

See if the path to the interpreter (Python interpreter), is the same where you installed the packages or use in another tool.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.