Migrate to Python3 and pyinstaller
The PyCmd project has moved to GitHub: https://github.com/horeah/PyCmd
Port to Python3
The changes for the Py3 port have now been merged into master and released with 20230107. Thanks @UFO for helping with this!
Port to Python3
Port to Python3
I'd still like to thank you: you did spend some time/effort on this, and pointed me to a nice starting point for me to work on. The whatsnew would say "thanks github.org/ufo for help" -- unless you object (or prefer an alternate credit such as name or email).
The patch did not apply directly (I had some unpushed commits on my local branch -- my bad) so I sort of went through your changes and applied them manually, with some small adjustments here and there; you can see the result on branch "py3" in the SF repo. Among the adjustments I would note: 1. dropped support for Py2: I expect most users' init.py files are Py3-compatible, or at least can be ported trivially 2. simplified the console.py port 3. fixed the setting of the window title (via SetConsoleTitleA)...