Exactly what I'm looking for! Thanks
--
http://mail.python.org/mailman/listinfo/python-list
flamesrock wrote:
> I looked at PyCrust, and while its given me a few cool ideas, I may
> have described the problem incorrectly. What I really need is not
> something that takes input, but merely redirects the 'print' statements
> to something like a terminal window.
>
> Is this even possible wi
Thanks much for your response.
I looked at PyCrust, and while its given me a few cool ideas, I may
have described the problem incorrectly. What I really need is not
something that takes input, but merely redirects the 'print' statements
to something like a terminal window.
Is this even possible
flamesrock wrote:
> I want to make it so that clicking on a button that performs an
> operation will output it to the scrollable wxpython terminal panel, and
> (if possible) save that output as text (or maybe into a logfile).
The example code includes something called "PyCrust" which does pretty
First, I'm very new to gui programming, so please go lightly on me :)
Ok, so far I've settled on wxPython, and what I'd like to do as a first
leap is *convert* a text program into a gui program. It would have a
few buttons as function controls and one main scrollable panel that
acts like a termina