Gooey v1.0.3.1 Release Notes

Release Date: 2020-04-25 // almost 4 years ago
  • ๐Ÿš‘ 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.