>>> from subprocess import call
>>> call("uname")
Linux
0
>>> call("uname", "-a")
2012/6/18 Carsten Agger :
> Den 18-06-2012 13:10, Tanveer Ali Sha skrev:
>>
>> sorry, i dint get that.Please can u give example .??
>>
>>
>> visit this group at http://groups.google.com/group/django-users?h
Den 18-06-2012 13:10, Tanveer Ali Sha skrev:
sorry, i dint get that.Please can u give example .??
visit this group at http://groups.google.com/group/django-users?hl=en.
There's a discussion of how to do this here:
http://stackoverflow.com/questions/4682088/call-perl-script-from-py
sorry, i dint get that.Please can u give example .??
On Mon, Jun 18, 2012 at 4:36 PM, Sergiy Khohlov wrote:
> Such as in trivial python code . Check python system and os module
>
> 2012/6/18 Tanveer Ali Sha :
>> Hello,
>>
>> how can I call Perl script (EX:hello world) in my django applic
Such as in trivial python code . Check python system and os module
2012/6/18 Tanveer Ali Sha :
> Hello,
>
> how can I call Perl script (EX:hello world) in my django application ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> T
Hello,
how can I call Perl script (EX:hello world) in my django application ?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email
5 matches
Mail list logo