Re: Time travel

2009-11-17 Thread Lee Merrill
And I can't do arithmetic, it is actually about 3600--never mind! On Nov 17, 10:37 am, Lee Merrill wrote: > I'm seeing an anomaly in the python time function on March 9, 2008 > (the "spring foward" time): > > >>> time.mktime((2008, 3, 9, 2, 59, 59, 0,

Time travel

2009-11-17 Thread Lee Merrill
I'm seeing an anomaly in the python time function on March 9, 2008 (the "spring foward" time): >>> time.mktime((2008, 3, 9, 2, 59, 59, 0, 0, -1)) 1205049599.0 >>> time.mktime((2008, 3, 9, 3, 0, 0, 0, 0, -1)) 1205046000.0 Does anyone have an idea as to what might cause a 4000 seconds backwards jum

Re: Looking for a wxPython GUI builder

2007-06-20 Thread Lee Merrill
Dick Moores wrote: > And which ones do people > actually use? Commercial or Freeware. I have tried SPE/wxGlade/pycard and a few others and still use xrced, it does basically what I need, it does the grunt work of fitting together the windows and sizers so I don't put a sizer where there should b