Hi,
I want to use the jinja2 python library for my new plugin. But I can’t get it to work to import it in my main plugin file.
MyPlugin/
jinja2/
MyPlugin.py
Already tried that:
dist_dir = os.path.dirname(os.path.abspath(file))
sys.path.insert(0, dist_dir)
Any ideas how to get that working?
Thank you
Philipp