Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traceback error on Arch Linux #161

@skippa

Description

@skippa

Installed as per instructions, when I run PythonTurtle I get this:

Traceback (most recent call last):
  File "/home/noah/.local/bin/PythonTurtle", line 8, in <module>
    sys.exit(application.run())
  File "/home/noah/.local/lib/python3.10/site-packages/pythonturtle/application.py", line 223, in run
    ApplicationWindow(None, -1, pythonturtle.name, size=(600, 600))
  File "/home/noah/.local/lib/python3.10/site-packages/pythonturtle/application.py", line 59, in __init__
    shelltoprocess.Shell(self.bottom_sizer_panel,
  File "/home/noah/.local/lib/python3.10/site-packages/pythonturtle/shelltoprocess/shell.py", line 41, in __init__
    ForkedShell.__init__(self, parent, *args,
  File "/home/noah/.local/lib/python3.10/site-packages/pythonturtle/shelltoprocess/forkedpyshell.py", line 318, in __init__
    self.Bind(wx.EVT_MENU,
  File "/usr/lib/python3.10/site-packages/wx/core.py", line 1406, in _EvtHandler_Bind
    event.Bind(self, id, id2, handler)
  File "/usr/lib/python3.10/site-packages/wx/core.py", line 1477, in Bind
    target.Connect(id1, id2, et, function)
TypeError: EvtHandler.Connect(): argument 1 has unexpected type 'WindowIDRef'

wxPython version is 4.0.7.post2, Python version 3.10.4

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions