Re: My 'time' module is broken, unsure of cause

2007-08-23 Thread Gary Herron
darren kirby wrote: > Hi all, > > I have a strange error here and I am unsure how to further investigate it: > > Python 2.4.4 (#1, Aug 23 2007, 10:51:29) > [GCC 4.1.2 (Gentoo 4.1.2)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > import time

Re: My 'time' module is broken, unsure of cause

2007-08-23 Thread darren kirby
quoth the Calderone: > > [EMAIL PROTECTED]:~$ echo "print '40:42:0'" > time.py > [EMAIL PROTECTED]:~$ python > Python 2.4.3 (#2, Oct 6 2006, 07:52:30) > [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >

Re: My 'time' module is broken, unsure of cause

2007-08-23 Thread Will Maier
On Thu, Aug 23, 2007 at 11:22:55AM -0600, darren kirby wrote: > Python 2.4.4 (#1, Aug 23 2007, 10:51:29) > [GCC 4.1.2 (Gentoo 4.1.2)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import time > 40:42:0 > >>> now = time.time() > Traceback (most recent call

Re: My 'time' module is broken, unsure of cause

2007-08-23 Thread Jean-Paul Calderone
On Thu, 23 Aug 2007 11:22:55 -0600, darren kirby <[EMAIL PROTECTED]> wrote: >Hi all, > >I have a strange error here and I am unsure how to further investigate it: > >Python 2.4.4 (#1, Aug 23 2007, 10:51:29) >[GCC 4.1.2 (Gentoo 4.1.2)] on linux2 >Type "help", "copyright", "credits" or "license" for

My 'time' module is broken, unsure of cause

2007-08-23 Thread darren kirby
Hi all, I have a strange error here and I am unsure how to further investigate it: Python 2.4.4 (#1, Aug 23 2007, 10:51:29) [GCC 4.1.2 (Gentoo 4.1.2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import time 40:42:0 >>> now = time.time() Traceback (most rec