Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when i run python3 Assemble.py #7

Open
deleep225 opened this issue Oct 2, 2023 · 0 comments
Open

error when i run python3 Assemble.py #7

deleep225 opened this issue Oct 2, 2023 · 0 comments

Comments

@deleep225
Copy link

deleep225 commented Oct 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant