tabreturn / thonny-py5mode

A py5 plug-in for Thonny
Do What The F*ck You Want To Public License
23 stars 8 forks source link

Selecting the `About thonny-py5mode` menu failed #59

Closed villares closed 1 month ago

villares commented 2 months ago

I'm on Windows 10, trying on Thonny 4.1.4 (portable), and I get this error:

Traceback (most recent call last):
  File "C:\Users\alexandre.villares\Downloads\thonny-4.1.4-windows-portable\lib\tkinter\__init__.py", line 1921, in __call__
    return self.func(*args)
  File "C:\Users\alexandre.villares\Downloads\thonny-4.1.4-windows-portable\lib\site-packages\thonny\workbench.py", line 1109, in dispatch_from_menu
    dispatch(None)
  File "C:\Users\alexandre.villares\Downloads\thonny-4.1.4-windows-portable\lib\site-packages\thonny\workbench.py", line 1035, in dispatch
    handler()
  File "C:\Users\alexandre.villares\Downloads\thonny-4.1.4-windows-portable\user_data\plugins\Python310\site-packages\thonnycontrib\thonny-py5mode\about_plugin.py", line 120, in open_about_plugin
    ui_utils.show_dialog(AboutDialog(get_workbench()))
  File "C:\Users\alexandre.villares\Downloads\thonny-4.1.4-windows-portable\user_data\plugins\Python310\site-packages\thonnycontrib\thonny-py5mode\about_plugin.py", line 81, in __init__
    + '\n Python ' + get_python_version_string(maxsize=sys.maxsize)
TypeError: get_python_version_string() got an unexpected keyword argument 'maxsize'