Hi,
Unfortunately it doesn't work with Blender 2.93+ since it requires Python 3.9. I've already changed the code in my local repo, added the dlls and libraries and got the integration working. I can also get the individual scripts to work (by calling them through the CLI).
However I can't get the invidual exe packages to work. I'm working on re-packaging them with PyInstaller, but I keep hitting import errors. Here's the command I'm using (path is Pandora)
python -m PyInstaller --paths=.\UserInterfacesPandora --paths=.. PandoraSettings.py
Could you share which parameters you used to get them to work? Also would you be interested in a PR with these changes?
Thanks!
Hi,
Unfortunately it doesn't work with Blender 2.93+ since it requires Python 3.9. I've already changed the code in my local repo, added the dlls and libraries and got the integration working. I can also get the individual scripts to work (by calling them through the CLI).
However I can't get the invidual exe packages to work. I'm working on re-packaging them with PyInstaller, but I keep hitting import errors. Here's the command I'm using (path is
Pandora)Could you share which parameters you used to get them to work? Also would you be interested in a PR with these changes?
Thanks!