> 
> As far as I understand there's no $1, $2... etc stuff right ?

Yes - but there is sys.argv

Try this


import this

print sys.argv


and invoke it as script with args. Make also sure to checkout modules 
optparse and getopt to deal with the options.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to