Re: Running a python code periodically

2008-05-08 Thread Amitabh Saikia
eedi <[EMAIL PROTECTED]> wrote: > Can you please explain it a little more? I do not have that much > experience! I really appreciate it if you can share a sample code if you > have one. > > Thanks > > On Thu, May 8, 2008 at 11:07 AM, Amitabh Saikia <[EMAIL PROTECTED]>

Re: Running a python code periodically

2008-05-08 Thread Amitabh Saikia
write a bash script(to run your program at intervals) and run the bash script with nohup - [EMAIL PROTECTED] On Thu, May 8, 2008 at 9:02 AM, Maryam Saeedi <[EMAIL PROTECTED]> wrote: > I was wondering if you know how can I run a python code once every five > minutes for a period of time either us

python-list@python.org

2007-03-14 Thread Amitabh Saikia
Hi I have created a simple function called 'addTheString(string& str, string appstr)' and the intension is to append the 'appstr' to 'str' and use 'str'. I tried swigging this method. My swigtest.i file is okay as I think I have added both - stl.i at top - std_string.i Howeve