Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Python 3.9 question #15

Open
diegogangl opened this issue Sep 28, 2021 · 1 comment · May be fixed by #16
Open

Update to Python 3.9 question #15

diegogangl opened this issue Sep 28, 2021 · 1 comment · May be fixed by #16

Comments

@diegogangl
Copy link

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!

@AltaArts
Copy link

AltaArts commented Oct 3, 2021

I too would love to get Pandora working with Python 3.9. I have used it with great results in Blender 2.92 and previous, but now use 2.93 & 3.0 and miss it. I have tried Flamenco, but it is not nearly as streamlined as Pandora.

I have thought about porting it to 3.9, but am not a programmer - I would have asked friends to do it.

So I ask Richard and Diego, is there anything I can do to help get it working with 3.9?

Thanks guys!

J.

@diegogangl diegogangl linked a pull request Oct 6, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants