On Monday 22 Dec 2008 4:21:31 pm Anurag wrote:
> comd = [\
>         "tar -xf x.tar.gz", \

nothing to do with python:
[law...@localhost programs]$ tar -xf x.tar.gz
tar: x.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

btw, there is no need to put '\' when putting a list in more than one line. In 
general, in python, you can put anything within (), [] or {} on more than one 
line without any escaping.

-- 
regards
KG
http://lawgon.livejournal.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to