RE: creating a tar file with python

2007-08-24 Thread Carsten Haese
On Fri, 2007-08-24 at 12:18 -0400, Brian McCann wrote: > Ed, Carsten, Steve, > > I don’t care if Steve Holden is the python God himself, > He's a rude, arrogant, vulgar human who shows his true level > of intellect by his use of profanity That is your opinion of Steve, and you are entitled to y

Steve Holden is a moronic, self-indulgent BASTARD [WAS: Re: creating a tar file with python]

2007-08-24 Thread Wildemar Wildenburger
[EMAIL PROTECTED] wrote: > I like Steve, but he seems pretty crabby/rude much of the time. > Now what is going on here? I've been on this list for quite some time now and over all of Steves very frequent posts this is the first thread that I recall in which he sort of snapped. All of the othe

RE: creating a tar file with python

2007-08-24 Thread Brian McCann
Ed, Carsten, Steve, I don't care if Steve Holden is the python God himself, He's a rude, arrogant, vulgar human who shows his true level of intellect by his use of profanity And he goes one level lower, stating he respects the python group he spews his profanity to. He chose to respond to my

RE: creating a tar file with python

2007-08-24 Thread Brian McCann
e Sent: Fri 8/24/2007 11:33 AM To: Carsten Haese Cc: python-list@python.org Subject: Re: creating a tar file with python On Aug 24, 2007, at 11:24 AM, Carsten Haese wrote: > You clearly have no idea who you're talking to. I suggest you > Google for > '"Steve Holden"

Re: creating a tar file with python

2007-08-24 Thread kyosohma
On Aug 24, 10:33 am, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Aug 24, 2007, at 11:24 AM, Carsten Haese wrote: > > > You clearly have no idea who you're talking to. I suggest you > > Google for > > '"Steve Holden" Python' to get a clue. Good luck finding any more help > > here. > > Even if i

Re: creating a tar file with python

2007-08-24 Thread Ed Leafe
On Aug 24, 2007, at 11:24 AM, Carsten Haese wrote: > You clearly have no idea who you're talking to. I suggest you > Google for > '"Steve Holden" Python' to get a clue. Good luck finding any more help > here. Even if it were Joe Nobody to whom he was directing those comments, it was *

RE: creating a tar file with python

2007-08-24 Thread Carsten Haese
On Thu, 2007-08-23 at 23:27 -0400, Brian McCann wrote: > > > Steve, > > I ran the code as you suggested, didn't work, tried variations of it > didn't work, > If you don't know the answer don't pretend you do! > > Apology not accepted, please don't wake up! > > Future correspondence on any py

Re: creating a tar file with python

2007-08-24 Thread Ed Leafe
On Aug 23, 2007, at 11:27 PM, Brian McCann wrote: > I ran the code as you suggested, didn't work, tried variations of > it didn't work, > If you don't know the answer don't pretend you do! > > Apology not accepted, please don't wake up! > > Future correspondence on any python questions from you

Re: creating a tar file with python

2007-08-24 Thread J. Cliff Dyer
Brian McCann wrote: Hi, I'm trying to create a tar file of the contents of the current directory right now there is only one file "text.xml" in the current dir, I'm using"." current dir as source but that gives syntax error any help would be greatly appreciated --Brian #!/usr/bin/pyth

Re: creating a tar file with python

2007-08-23 Thread John McMonagle
Brian McCann wrote: > Hi, > > I'm trying to create a tar file of the contents of the current directory > > right now there is only one file "text.xml" in the current dir, I'm > using"." current dir as source > but that gives syntax error > > any help would be greatly appreciated > --Brian >

Re: creating a tar file with python

2007-08-23 Thread Steve Holden
Steve Holden wrote: > Brian McCann wrote: >> >> >> Steve, >> >> I ran the code as you suggested, didn't work, tried variations of it >> didn't work, >> If you don't know the answer don't pretend you do! >> >> Apology not accepted, please don't wake up! >> >> Future c

Re: creating a tar file with python

2007-08-23 Thread Steve Holden
Brian McCann wrote: > > > Steve, > > I ran the code as you suggested, didn't work, tried variations of it > didn't work, > If you don't know the answer don't pretend you do! > > Apology not accepted, please don't wake up! > > Future correspondence on any python que

RE: creating a tar file with python

2007-08-23 Thread Brian McCann
from you go to trash. May your pillow not have pity on your head! --Brian From: Steve Holden [mailto:[EMAIL PROTECTED] Sent: Thu 8/23/2007 11:15 PM To: Brian McCann Cc: python-list@python.org Subject: Re: creating a tar file with python Brian McCann wrote: &g

Re: creating a tar file with python

2007-08-23 Thread Steve Holden
Brian McCann wrote: > > Hi, > > I'm now getting this error > any ideas? > Thanks, > Brian > > > Traceback (most recent call last): > File "./tarup.py", line 25, in ? > tar = tarfile.open("test.xml","sample.tar.gz", 'w:gz') > File "/usr/lib64/python2.4/tarfile.py", line 929, in open >

Re: creating a tar file with python

2007-08-23 Thread Steve Holden
sys > import time > import errno > import shutil > import tarfile > > tar = tarfile.open(".","test.tar.gz",w:gz) > <mailto:[EMAIL PROTECTED]> > > > > *From:* [EMAIL PROTECTED] on > behalf of Steve Holden > *Sent:* Thu 8/23/2007 5:24 P

RE: creating a tar file with python

2007-08-23 Thread Brian McCann
pen(test.xml","sample.tar.gz", 'w:gz') <mailto:[EMAIL PROTECTED]> From: [EMAIL PROTECTED] on behalf of Steve Holden Sent: Thu 8/23/2007 5:24 PM To: python-list@python.org Subject: Re: creating a tar file with python Brian McCann wrote: > Hi, > &

RE: creating a tar file with python

2007-08-23 Thread Brian McCann
z) <mailto:[EMAIL PROTECTED]> From: [EMAIL PROTECTED] on behalf of Steve Holden Sent: Thu 8/23/2007 5:24 PM To: python-list@python.org Subject: Re: creating a tar file with python Brian McCann wrote: > Hi, > > I'm trying to create a tar fi

Re: creating a tar file with python

2007-08-23 Thread Steve Holden
Brian McCann wrote: > Hi, > > I'm trying to create a tar file of the contents of the current directory > > right now there is only one file "text.xml" in the current dir, I'm > using"." current dir as source > but that gives syntax error > > any help would be greatly appreciated > --Brian >

creating a tar file with python

2007-08-23 Thread Brian McCann
Hi, I'm trying to create a tar file of the contents of the current directory right now there is only one file "text.xml" in the current dir, I'm using"." current dir as source but that gives syntax error any help would be greatly appreciated --Brian #!/usr/bin/python import string import