Embedding python into PyQt

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Grzegorz Dostatni

    Embedding python into PyQt


    Cheers.
    What I am trying to do is to embed the python interactive interpreter
    inside a qt TextEdit.

    I could write an event loop myself, but I was wandering if there exists a
    solution somewhere, or the best way to do it myself.

    Greg

    Advice is what we ask for when we already know the answer but wish we
    didn't.
    -- Erica Jong (How to Save Your Own Life, 1977)



  • Diez B. Roggisch

    #2
    Re: Embedding python into PyQt

    > What I am trying to do is to embed the python interactive interpreter[color=blue]
    > inside a qt TextEdit.
    >
    > I could write an event loop myself, but I was wandering if there exists a
    > solution somewhere, or the best way to do it myself.
    >[/color]

    I'm quite sure this has been discussed on the pykde mailing list a while ago
    - search the archines.

    A program that actually does do that is eric3.
    --
    Regards,

    Diez B. Roggisch

    Comment

    Working...