So far I've been successful in implementing a Python shell into a GUI window similar to the one provided by OpenAlea (http://openalea.gforge.inria.fr/dokuwiki/doku.php?id=screenshot).  However, I'm interested in the interactive plotting provided by the pylab interface to matplotlib and a static Python Shell will not allow an interactive session.  Apparently it freezes in the GUI loop.  I've been happy with using the IPython shell as a stand alone solution but would like to embed an interactive IPython session into a PyQt Widget (e.g. an instance of QTextEdit).  I was wondering if anyone knows of an easy implementation of this feature or if it can even be done? Is there a working example somewhere the list could point me to?
It seems as though there is a simple solution for GTK but as I'm totally unfamiliar with that GUI toolkit are there any thought on how to do this for PyQt and a QTextEdit?

http://ipython.scipy.org/moin/Cookbook/EmbeddingInGTK

Thanks

Brian


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to