Just for grins I thought I’d see if the GoPiGo3 ControlPanel would run on my Pi5 with 64-bit PiOS Bookworm.
Short answer: No
Slightly longer answer: Interesting failure
- First attempt to run it: import wx → module wx not found
sudo apt install -y wxpython-tools
- Second attempt:
File "/home/pi/Dexter/GoPiGo3/Software/Python/Examples/Control_Panel/control_panel_gui_3.py", line 62, in __init__
title_font = wx.Font( 15,
^^^^^^^^^^^^
TypeError: Font(): arguments did not match any overloaded call:
...
And if you might be wondering how I got VNC working on 64-bit PiOS Bookworm Desktop?
Setup VNC GoPi5Go_Dave
PiOS Bookworm Desktop
As Of: 9 APR 2024
** Configure vncserver
sudo raspi-config
- Use X11 window manager
- Enable VNC Server
- Start Desktop GUI require login at boot
- reboot
TigerVNC will connect