Quote:
Originally Posted by DiapDealer
Great! Glad it works. If you don't want to loop though sys.path on Windows/Mac, remember that python3lib will always be:
os.path.join(bk._w.appdir, '../python3lib') -- for Mac
os.path.join(bk._w.appdir, 'python3lib') -- for Windows.
|
Thanks again for the updated code!
I'll add it in the next version of the plugin.