Re: problem with eval and time

2012-11-05 Thread Wincent
, November 6, 2012 12:22:44 PM UTC+8, alex23 wrote: > On Nov 6, 1:32 pm, Wincent wrote: > > > Dear all, I would like to convert tstr to representation > > > of time, but encounter the following error. Is there a > > > simple way to get what I want? Thanks.

problem with eval and time

2012-11-05 Thread Wincent
t;, line 1, in File "", line 1, in TypeError: structseq() takes at most 2 arguments (9 given) >>> sys.version '2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]' Wincent -- http://mail.python.org/mailman/listinfo/python-list

Re: How can i use Spread Sheet as Data Store

2009-05-18 Thread Wincent
If you want to write to a csv file, the other option is savetxt in NumPy module. Best On May 19, 7:29 am, John Machin wrote: > On May 19, 5:12 am, Terry Reedy wrote: > > > Kalyan Chakravarthy wrote: > > > Hi All, > > >              I have data in Spread Sheet ( First Name and Last Name), > > >