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
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
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
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
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
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
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
7 matches
Mail list logo