RadioVisDemo icon indicating copy to clipboard operation
RadioVisDemo copied to clipboard

Startup issues with python 3.12.6 win (64-bit)

Open sronline opened this issue 1 year ago • 0 comments

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

sronline avatar Sep 23 '24 10:09 sronline