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
Traceback (most recent call last):
File "/home/dhileep/softwares/assemble-master_1/assemble-master/Assemble_GUI.py", line 1218, in
frame = MainWindow(None, "Assemble!")
File "/home/dhileep/softwares/assemble-master_1/assemble-master/Assemble_GUI.py", line 62, in init
self.S=SystemOut(self)
File "/home/dhileep/softwares/assemble-master_1/assemble-master/Assemble_GUI.py", line 785, in init
buttons.Add(self.lblsystem, 0, wx.ALIGN_CENTER_VERTICAL | wx.ALIGN_RIGHT, 3 )
wx._core.wxAssertionError: C++ assertion "CheckSizerFlags(!((flags) & (wxALIGN_RIGHT)))" failed at /tmp/pip-install-q0_akk_c/wxpython_a93f3073dbec427d942f01246377be7f/ext/wxWidgets/src/common/sizer.cpp(2267) in DoInsert(): wxALIGN_RIGHT will be ignored in this sizer: only vertical alignment flags can be used in horizontal sizers
DO NOT PANIC !!
If you're an end user running a program not developed by you, please ignore this message, it is harmless, and please try reporting the problem to the program developers.
You may also set WXSUPPRESS_SIZER_FLAGS_CHECK environment variable to suppress all such checks when running this program.
If you're the developer, simply remove this flag from your code to avoid getting this message. You can also call wxSizerFlags::DisableConsistencyChecks() to globally disable all such checks, but this is strongly not recommended.
The text was updated successfully, but these errors were encountered:
python3 Assemble_GUI.py
Traceback (most recent call last):
File "/home/dhileep/softwares/assemble-master_1/assemble-master/Assemble_GUI.py", line 1218, in
frame = MainWindow(None, "Assemble!")
File "/home/dhileep/softwares/assemble-master_1/assemble-master/Assemble_GUI.py", line 62, in init
self.S=SystemOut(self)
File "/home/dhileep/softwares/assemble-master_1/assemble-master/Assemble_GUI.py", line 785, in init
buttons.Add(self.lblsystem, 0, wx.ALIGN_CENTER_VERTICAL | wx.ALIGN_RIGHT, 3 )
wx._core.wxAssertionError: C++ assertion "CheckSizerFlags(!((flags) & (wxALIGN_RIGHT)))" failed at /tmp/pip-install-q0_akk_c/wxpython_a93f3073dbec427d942f01246377be7f/ext/wxWidgets/src/common/sizer.cpp(2267) in DoInsert(): wxALIGN_RIGHT will be ignored in this sizer: only vertical alignment flags can be used in horizontal sizers
DO NOT PANIC !!
If you're an end user running a program not developed by you, please ignore this message, it is harmless, and please try reporting the problem to the program developers.
You may also set WXSUPPRESS_SIZER_FLAGS_CHECK environment variable to suppress all such checks when running this program.
If you're the developer, simply remove this flag from your code to avoid getting this message. You can also call wxSizerFlags::DisableConsistencyChecks() to globally disable all such checks, but this is strongly not recommended.
The text was updated successfully, but these errors were encountered: