This is a temporary hotfix downgrading the wxpython used by Gooey to 4.0.7.
WxPython 4.10 introduced unexpected breaking changes. These changes caused Gooey to fail when starting up.
If you are seeing errors such as this when running Gooey
wx._core.wxAssertionError: C++ assertion "!(flags & wxALIGN_CENTRE_HORIZONTAL)" failed at ..\..\src\common\sizer.cpp(2106) in wxBoxSizer::DoInsert(): Horizontal alignment flags are ignored in horizontal sizers
This release will resolve them.
Longer term solution to follow pending additional research.