On Feb 12, 2026, at 19:15, Steve Litt <[email protected]> wrote: > > Ed, I don't know how many Python files are in Dabo, or how big they > are, or how independent they are to facilitate per-file testing, or > whether you've already handled the low hanging fruit, namely, > converting the print command to the print() function. On things that > simple, if files are individually testable, I can give *some* help, > though not a lot.
Dabo is 100% Python. The change from 2 to 3 was pretty trivial, but the hard part was re-integrating with wxPython 4.x. They made a LOT of changes to their API, and I've slowly been updating Dabo to work with those changes. The main branch in the repo is strictly Python3 - all the Python2 code is in the `dabo2` branch. I'm not touching that anymore. > So like I said, I *might* be able to give some limited help making some > source run on Python 3. Thanks - I always appreciate contributions. But please check out the current version at https://github.com/dabodev/dabo - I'm running it on Python 3.12, with no problems. -- Ed Leafe _______________________________________________ Dabo-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
