Hello,
I'm currently transitioning a Python plugin into a more managable project. For this matter I got myself an IDE named PyCharm.
There's the following import:
import grt
It gives me an error saying: "No module named grt."
Is there any way the IDE can pick up grt on some location so that the error goes away? (instead of simply ignoring the error, which is just a workaround though)
Thanks
Kawu
I'm currently transitioning a Python plugin into a more managable project. For this matter I got myself an IDE named PyCharm.
There's the following import:
import grt
It gives me an error saying: "No module named grt."
Is there any way the IDE can pick up grt on some location so that the error goes away? (instead of simply ignoring the error, which is just a workaround though)
Thanks
Kawu