Skip to content

Startup issues with python 3.12.6 win (64-bit) #22

@sronline

Description

@sronline

When trying the application with python 3.12.6 win (64-bit) I had the following issues:

  1. wxPython could not be installed. Solution: use snapshot-build

pip install -U --pre -f https://wxpython.org/Phoenix/snapshot-builds wxPython

  1. asyncore could not be found, deprecated. Solution: install pyasyncore

pip install pyasyncore

  1. deprecated warnings and crash at sizer.AddGrowableRow. Solution: attached patch

patch.txt

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