python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Listening to and calling wxPython event from another process
I'm currently trying to develop a proof of concept for a possible idea but am unsure if this is even possible.
We have application A, written in wxPython, which will not receive any code updates. It's...
Fivestar
Votes: 0
Answers: 0
Extracting, unpacking all the code from a decorator (Gooey) into a single script
I was recently introduced to Gooey and loved it. With that said, I have a more complicated program that I have 80% of the way there with Gooey, but I would like to add some custom wx panels and non-de...
tzujan
Votes: 0
Answers: 0
New panel activating only when window resized: WxPython
I want to delete a panel ( mainPanel )and replace a panel ( secPanel )in its place. The code I have tried:
import wx
class secPanel ( wx.Panel ):
def __init__ ( self, parent ):
wx.Panel._...
TLS_R
Votes: 0
Answers: 1
What format does the wxpython Image object expect for data when instantiating it using the wx.Image(width, height, data) constructor
I am trying to generate an image by specifying each pixel. For this, I have written this little test to see how it works and apparently I am not using the right format for the data.
import numpy as np...

Vladis Becker
Votes: 0
Answers: 1