Skip to content

Gooey 1.0.3.1 Hotfix

Compare
Choose a tag to compare
@chriskiehl chriskiehl released this 25 Apr 22:34
· 119 commits to master since this release

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.