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
, 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.
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),
> > >