Re: [Tutor] Can I pause, stop or reset python virtual machine

2007-02-05 Thread Alan Gauld
"Wong Vincent" <[EMAIL PROTECTED]> wrote > Hi. Does python provide any API to pause, > stop or reset the virtual machine? Can you explain a little bit more about what you mean? Are those 3 separate things? If so whjat is the difference between stop and pause? Does reset mean restart the runni

Re: [Tutor] Can I pause, stop or reset python virtual machine

2007-02-05 Thread Necmettin Begiter
05 Şub 2007 Pts 04:56 tarihinde, Wong Vincent şunları yazmıştı: > Dear tutors, > Hi. Does python provide any API to pause, stop or reset the virtual > machine? Am currently building an application which will run a script file > using os.popen(). In order to allow user to run, stop and pause th

Re: [Tutor] Can I pause, stop or reset python virtual machine

2007-02-04 Thread Wong Vincent
Dear tutors, Hi. Does python provide any API to pause, stop or reset the virtual machine? Am currently building an application which will run a script file using os.popen(). In order to allow user to run, stop and pause the application, is it advisable to do the abovementioned? or is ther