config.py exists inside my plugin folder.
I also put a __init__.py in there for good measure.
I try:
Code: Select all
from config import *
but the variables don't make it into my running script.
Any idea as to why this is?
Code: Select all
from config import *
Code: Select all
from <package>.config import *
Code: Select all
from .config import *
Return to “Plugin Development Support”
Users browsing this forum: No registered users and 111 guests