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
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
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,
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
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