7,243 questions
0 votes
1 answer
70 views
No module named 'wx._msw'
Please I need help n solving this problem. I want to compile a wxpython app in mac OS Tahoe 26.0.1 with pyinstaller But I keep getting this error. No module named 'wx._msw' It is shown in the ...
0 votes
1 answer
51 views
Illegal instruction when importing pandas along with wxpython (python 3, Windows)
Trying to upgrade my python 2.7 scripts to the latest python 3.x for my PC running Windows 7-x64. To do so, I installed python 3.8.9. I get a nasty error when I press ENTER after typing "import ...
0 votes
1 answer
77 views
Wxpython with matplotlib - resize plot
I’m using matplotlib in wxpython, and here is what I’m trying to do… I’d like to define my figure to be a specific (user chosen) size…say 8 inches wide by 6 inches high. Then, I’d like the user to be ...
0 votes
0 answers
75 views
Wrong float display in SpinCtrlDouble with wxPython
I am designing a GUI for instrumentation control using wxPython. I am first setting up all the fields and controls I need. Among those controls are SpinCtrlDouble I use to define frequencies and ...
1 vote
2 answers
79 views
How can I use a wx.FileDialog to select a file which is locked by another process
I'm trying to use the wx.FileDialog class to select the name of a file. I don't want to open it. This is a minimal example of what I'm trying to do: import wx if __name__ == '__main__': app = wx....
0 votes
1 answer
64 views
wxPython StaticBitmap behavior changed with/before version 4.2.2?
In the course of buying a new laptop, I've upgraded wxPython to version 4.2.2, and in an otherwise-fine GUI application (including tree, forms, perspectives, ... all provided with wxPython), the ...
0 votes
0 answers
18 views
How to extend selection to home and end after mouse drag over several lines in StyledTextCtrl?
The purpose: For the specific OCR post-processing application, I am displaying part of the text that should be copy/pasted to another application. It should be as much minimalistic and user friendy as ...
1 vote
1 answer
87 views
Please how do I compile a wxpython app that runs a flask server?
The wxpython application does not work as it is supposed to work after compiling it with pyinstaller. When I run the python code with the python interpreter, it works properly. But when it is bundled ...