obtaining pid of child process

2010-07-25 Thread tazimk
Hi, I am using python's multiprocessing module to spawn new process as follows : import multiprocessing import os d = multiprocessing.Process(target=os.system,args=('iostat 2 > a.txt',)) d.start() I want to obtain pid of iostat command or the command executed using multiprocessing module When

mod_wsgi problem with installation

2010-07-10 Thread tazimk
hi, Trying to figure out why make gives following errors . What is wrong with installation ? mod_wsgi.c:14532: error: initializer element is not constant mod_wsgi.c:14532: warning: data definition has no type or storage class mod_wsgi.c:14533: warning: parameter names (without types) in functio

determining changes in file

2010-06-15 Thread tazimk
Hi, I have a text file being written by another process on a server which I want to watch for changes. Each time a change occurs I'd like to read the new data and send it to client . Any suggestions will be valuable . Using Django,Python Tazim. -- You received this message because you are subsc

Django + Ajax + Jquery

2010-06-06 Thread tazimk
Hi, I want to use ajax in my templates using jquery. Can someone provide me some sample examples /links related to this. Also some sample examples on using Jquery efficiently -- You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Django + Ajax + Jquery

2010-06-06 Thread tazimk
Hi, I want to use ajax in my templates using jquery. Can someone provide me some sample examples /links related to this. Also some sample examples on using Jquery efficiently -- You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Re: Django form validations

2010-05-31 Thread tazimk
you already > readhttp://docs.djangoproject.com/en/1.2/ref/forms/validation/#ref-forms-... > ? > > > > On Mon, May 31, 2010 at 9:16 AM, tazimk wrote: > > How to use django custom validators to verify form fields data > > > -- > > You received this message becau

Django form validations

2010-05-31 Thread tazimk
How to use django custom validators to verify form fields data -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubs