wxPython - embed separate script in panel?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mark.martinez2@gmail.com

    #1

    wxPython - embed separate script in panel?

    This is a wxPython question.. the wxPython group is pretty much
    inactive.

    I have an MDI parent frame and child frame set up. In the child frame,
    I want to use part of the frame to display the output from a .py that
    is mainly matplotlib (a graph) in a section of the frame. How can I
    get it to automatically run that script and place the resultant graph
    in a panel?

    Thanks

  • kyosohma@gmail.com

    #2
    Re: wxPython - embed separate script in panel?

    On Jun 19, 7:28 pm, mark.martin...@ gmail.com wrote:
    This is a wxPython question.. the wxPython group is pretty much
    inactive.
    >
    I have an MDI parent frame and child frame set up. In the child frame,
    I want to use part of the frame to display the output from a .py that
    is mainly matplotlib (a graph) in a section of the frame. How can I
    get it to automatically run that script and place the resultant graph
    in a panel?
    >
    Thanks
    I'm not sure what you're talking about. I get a digest email from the
    wxPython user's group at least twice a day. Try going here and posting
    to it:



    Are you signed up to the dev group or something?

    Mike

    Comment

    Working...