G+_Rud Dog Posted February 5, 2017 Share Posted February 5, 2017 Posted this on some python communities but thought this would also be a great place to post. Hi all, my ability to program in Python3 is limited yet somehow manage to get functionality out of my programs running under my Windows 8.1 computer. The next step was to work with Tkinter and move into the new frontier, for me, of GUI usage. Found a great tutorial and following it has been fun unfortunately for me it was written in 2.x and as mentioned I learned and use 3.X. In the beginning of this great tutorial minor changes between 2.x and 3.x were easy to catch but as the tutorial advanced this became a bit more complicated. Searched around and found "2 to 3" python converter script and tested on simple conversions. Once the format of the converter was understandable, to me decided to use it on the tutorial examples. It appears the converter does do an excellent job on the python fed to it but it tends to fail even after converting. Does the converter follow any calls to python scripts outside the python scrip fed to it? Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts