Python live environment on web-site?

2007-06-20 Thread Thomas Lenarz
Hi all, I was wondering if there was a python-live-environment available on a public web-site similar to the ruby-live-tutorial on http://tryruby.hobix.com/ I would prefer something which allows to paste small scripts into a text-field, to run them on the server, and to be able to read the produ

Re: Python live environment on web-site?

2007-06-23 Thread Thomas Lenarz
On Wed, 20 Jun 2007 15:18:26 GMT, [EMAIL PROTECTED] (Thomas Lenarz) wrote: >Hi all, > >I was wondering if there was a python-live-environment available on a >public web-site similar to the ruby-live-tutorial on Thanks a lot for all your replies. I looked at the "TryPython-Sites

Re: Python and GUI

2007-05-21 Thread Thomas Lenarz
On 21 May 2007 08:39:44 -0700, [EMAIL PROTECTED] wrote: >All I am doing is prompting users for some data (listbox, radio >buttons, text box, ect...). Then I will have some text output, maybe >a scrolling text message as things are happening. > >I have some minor things I need to do, for example,

Re: Windows Debugging w/o MS

2007-05-23 Thread Thomas Lenarz
On Tue, 22 May 2007 18:49:04 -0700, "Christopher Anderson" <[EMAIL PROTECTED]> wrote: >problem is, when I attempt to use it, I get a segfault. Now, I'm >pretty sure this segfault is just a bug in my C++ code. So of course, >I would like to debug this thing somehow. I tried using the mingw gdb >giv

Re: looking for gui for python code

2007-12-14 Thread Thomas Lenarz
On Thu, 13 Dec 2007 09:46:32 -0800 (PST), "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >hi >i have written some python scripts which take command line arguments >and do some job. i would like to make it into a .exe using py2exe and >distribute it with innosetup.. befor that i would like to add s