Error running '2to3': CreateProcess error=193, %1 is not a valid Win32 application PyCharm

942 Views Asked by At

I am trying to convert a huge amount of Python2 codes into Python3. I read about how to use 2to3 tool and I imported the tool from the PyCharm itself by creating an external tool as the screenshot.

enter image description here

For running it I right clicked on the python file>External Tools>2to3 which I keep getting this error.

enter image description here

0

There are 0 best solutions below