[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: python syntax

Fredrik Lundh

1/7/2008 4:24:00 PM

mpho raborife wrote:

> Please help me get this syntax right:
>
> os.system("HCopy -T 1 -C" 'os.path.join(conf_dir, "/hcopy.conf")' "-S"
> 'os.path.join(list_dir, "hcopy_list.txt")')

instead of attempting to get your program working by random trial and
error process, maybe you should spend an hour or two working through the
examples in a nice tutorial? I'd recommend the first few chapters of
Swaroop's "A Byte of Python". Make sure you read at least "Basics" and
"Operators and Expressions" before returning to the task at hand:

http://www.ibiblio.org/swaroopch/byteofpy...

</F>