[EMAIL PROTECTED]:
> Any suggestions on a different approach or fix?

Check your commandline! The second command is wrong, -C is not valid as
the only option, a command is missing.
If you just want to archive files in a tarball try: "tar -c * > dst.tar"
or take a look at Python's tarfile lib.

Thomas

-- 
sinature: http://nospam.nowire.org/signature_usenet.png
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to