[Tkinter-discuss] CMD in Tkinter (Python 3)

Aivar Annamaa aivar.annamaa at gmail.com
Sun Aug 28 15:43:04 EDT 2016


Hi!

You could take a look how it was done in Thonny (http://thonny.cs.ut.ee/)
https://bitbucket.org/plas/thonny/src/master/thonny/shell.py?at=master&fileviewer=file-view-default

Let me know if you need more explanations.

Best regards,
Aivar

On Sat, Aug 27, 2016 at 3:17 PM, Hayden Ravenscroft <
hayden.ravenscroft at hotmail.com> wrote:

> Hi all,
>
>
>
> I’m attempting to write an IDE for python, in python. My major problem is
> embedding a console on a tkinter frame so the IDE can run the user’s
> script. I have browsed through many solutions, but they are mostly for
> Python 2 only (and no, converting them did not work). I looked at this:
>
> http://stackoverflow.com/questions/7253448/how-to-
> embed-a-terminal-in-a-tkinter-application
>
> But xterm only works with Linux – is there a windows solution?
>
>
>
> Thanks,
>
> Hayden
>
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss at python.org
> https://mail.python.org/mailman/listinfo/tkinter-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20160828/dbe92a9c/attachment.html>


More information about the Tkinter-discuss mailing list