wxPython and pyROOT

Hi all,

I would like to create a GUI using wxPython together with plotted ROOT graphics from , e.g., TGraph, TH1 and TH2. Is it possible to incorporate the ROOT canvas in the wxPython? All help is appreciated.

Best regards,
Erik Andersson Sundén

Hi,

integrating two windowing systems usually comes down to getting the underlying (low level) windows ids/handles and passing them around as parent, and integrating the GUI processing events in a single thread that provides synchronization and prevents any single window from starving.

Usually not much fun, but not undoable.

Cheers,
Wim

Hi Erik
Have you made any progress on this? I have the same issue, but looking at Wim’s response, this might be beyond my expertise.
Cheers, Andi

Hi Andi,

Since the original post is more than 10 years old, please start a new topic with your question.

Cheers,
Jakob