You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running easyABC from the latest github source code on OpenSuse Linux and when attempting to open the abc settings, the settings box would not appear and I would get an error: File "/usr/share/easyabc/easy_abc.py", line 2630, in __init__ btn_box.Add(self.reset, flag=wx.ALIGN_RIGHT) wx._core.wxAssertionError: C++ assertion "!(flags & wxALIGN_RIGHT)" failed at ./src/common/sizer.cpp(2133) in DoInsert(): Horizontal alignment flags are ignored in horizontal sizers
The text was updated successfully, but these errors were encountered:
Hello PigeonOnTheGate,
Yes I noticed today. Probably due to a more recent version of wxPython.
But I just fixed it, so please try again.
https://github.com/jwdj/EasyABC
Jan Wybren
On 8-10-2020 23:06, PigeonOnTheGate wrote:
I am running easyABC from the latest github source code on OpenSuse
Linux and when attempting to open the abc settings, the settings box
would not appear and I would get an error:
|File "/usr/share/easyabc/easy_abc.py", line 2630, in __init__
btn_box.Add(self.reset, flag=wx.ALIGN_RIGHT)
wx._core.wxAssertionError: C++ assertion "!(flags & wxALIGN_RIGHT)"
failed at ./src/common/sizer.cpp(2133) in DoInsert(): Horizontal
alignment flags are ignored in horizontal sizers |
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC22EZDOF2PPVFJZMDURFQTSJYSUBANCNFSM4SJIJM5A>.
I am running easyABC from the latest github source code on OpenSuse Linux and when attempting to open the abc settings, the settings box would not appear and I would get an error:
File "/usr/share/easyabc/easy_abc.py", line 2630, in __init__ btn_box.Add(self.reset, flag=wx.ALIGN_RIGHT) wx._core.wxAssertionError: C++ assertion "!(flags & wxALIGN_RIGHT)" failed at ./src/common/sizer.cpp(2133) in DoInsert(): Horizontal alignment flags are ignored in horizontal sizers
The text was updated successfully, but these errors were encountered: