You don't happen to have a file called gzip.py in that catalog?

On Tue, Jun 9, 2009 at 10:03, Mike Hoy<[email protected]> wrote:
>
>
> On Tue, Jun 9, 2009 at 3:00 AM, Mike Hoy <[email protected]> wrote:
>>
>> Here's the screenshot:
>>
>> http://img40.imageshack.us/img40/7124/printtwice.png
>>
>> In case the image goes down here's the code:
>> import gzip
>> import datetime
>> date = datetime.date.today()
>> name = date.strftime('%m-%d-%Y')+'.gz'
>> print "The name of the file will be", name
>>
>> Here's the output:
>> -----------------------------
>> mho...@blackbox:~/code/python$ python gzip2.py
>> The name of the file will be
>> The name of the file will be 06-09-2009.gz
>> -----------------------------
>> It's Python 2.6.2 on Ubuntu 9.04
>>
>> -Mike Hoy
>
>
> _______________________________________________
> Tutor maillist  -  [email protected]
> http://mail.python.org/mailman/listinfo/tutor
>
>



-- 
The Green Tea Leaf   [email protected]   thegreentealeaf.blogspot.com
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to