Re: Python Script bugs.

2008-10-23 Thread bruno desthuilliers
On 23 oct, 19:48, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello everyone, > I would like to know what isn't good in my script. A couple things here and there. But there's also something wrong with your whole post: there's nothing Django-related in it. Python-related questions belongs to

Python Script bugs.

2008-10-23 Thread [EMAIL PROTECTED]
Hello everyone, I would like to know what isn't good in my script. #!/usr/bin/python # -*- coding: iso-8859-15 -*- from time import strftime import datetime t = input(datetime.date) global t print t.strftime("Day %w of the week a %A . Day %d of the month (%B). ") print t.strftime("Day %j of the y