I have installed 3to2-1.1.1 on my system (found here), cd'd to the directory of my test file (a simple "Hello, world!" program written in 3 syntax) Typed into my command prompt:
python 3to2 HelloWorld.py
With the following output:
python: can't open file '3to2': [Errno 2] No such file or directory
I attempted to change the directory name/path, but after looking over this post, I'm convinced it may be a dependency issue?
I have raised an issue on the creator's repo, and searched endlessly on the interwebs, but seem to be the only person in the world experiencing this issue.
I have tried uninstalling and re-installing just...so many ways. Any and all help appreciated - even if you just tell me it's operator error.
Extra notes:
- I am running Python 2.7 (but also tried installing and running this with 3)
- I am using a Windows cmd