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

wxPython bad frame styles with Pyinstaller #473

Open
MillhioreBT opened this issue Jul 28, 2022 · 2 comments
Open

wxPython bad frame styles with Pyinstaller #473

MillhioreBT opened this issue Jul 28, 2022 · 2 comments
Labels
state:triage We're still figuring out how severe this issue is

Comments

@MillhioreBT
Copy link

MillhioreBT commented Jul 28, 2022

Describe the bug

  • hook/library: wxPython
  • Does the error get raised while building or when running? (R: Nothing, all right)

To Reproduce

  • Create a project with wxPython
  • Compile with Pyinstaller
  • execute main.exe
  • Ready, see:

Expected behavior
image
(Note: this works great as long as it is not compiled with pyinstaller )

Actually behavior
image
(Note: This is the output of the window size when run from the .exe generated by pyinstaller )

Desktop:

  • OS: [Windows 10]
  • Python Version: [python 3.8.2]
  • Version of pyinstaller-hooks-contrib: [???]
  • Version of PyInstaller [5.2]

Additional context
I found this problem today, I have installed everything from scratch in a virtual environment of python 3.8.2

@MillhioreBT MillhioreBT added the state:triage We're still figuring out how severe this issue is label Jul 28, 2022
@bwoodsend
Copy link
Member

What actually is the difference in style between your two screenshots?

@rokm
Copy link
Member

rokm commented Jul 29, 2022

Can you provide a minimal code example that exhibits this issue? If I freeze a basic wxWidgets hello world app, the window and its title bar look look the same as in the original unfrozen script... So there might be other factors at play, but to single them out, we need a common reproducer to test with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:triage We're still figuring out how severe this issue is
Projects
None yet
Development

No branches or pull requests

3 participants