Is there a new/updated Twill?

前端 未结 4 1778
遇见更好的自我
遇见更好的自我 2020-12-30 09:36

I\'ve been trying to learn Twill Scripting on Python and I am using Python 3.4 and Twill 1.8.0. Been reading some posts here and I found it interesting to s

4条回答
  •  遥遥无期
    2020-12-30 09:47

    I just found the answer. Thanks for viewing this question and probably for that downvote (SAD FACE).. So, the solution that I found was to use the 2to3 Script Tool found in Python Folder. Basically, it refactors Python 2 codes to Python 3 codes.

提交回复
热议问题