Page 1 of 1

Embedded Python Scripts

PostPosted: Fri Nov 24, 2023 10:00 pm
by DVDDave
I just noticed that, in addition to Python 2 plugins not working in 2023.1, embedded python 2 scripts will also be a problem. Is there any way to catalog all the embedded scripts I'm using and to determine if they are written in Python 2?

Thanks.

--Dave

Re: Embedded Python Scripts

PostPosted: Sat Nov 25, 2023 11:20 am
by FlyingDiver
Have you been upgrading each release all along? Or did you skip the releases since 2022.1? Because if you were up to date before 2023.1, then your embedded scripts have been running under Python3 for almost 2 years.

https://wiki.indigodomo.com/doku.php?id ... n_packages

Re: Embedded Python Scripts

PostPosted: Sat Nov 25, 2023 11:27 am
by DVDDave
Yes, I've been upgrading so that's great news! Even after tinkering with it for a long time, I'm such a newb on Python that I don't know the nuances of when I'm running on 2 or 3. I just saw the warning about embedded scripts and freaked out. :shock: That could explain though why one of my scripts suddenly stopped working a while back.

Thanks once again for your help!