Re: [Tutor] 2to3 conversion

2011-07-01 Thread Lisi
On Friday 01 July 2011 14:05:22 Steven D'Aprano wrote: > Oh my, that's hilarious. > > Sorry folks, nothing to see here... I accidentally clicked on an unread > email from 2010 (!!!) and thought it had just come in. I'm glad that my eyes hadn't mislead me that much!! I was trying to find the orig

Re: [Tutor] 2to3 conversion

2011-07-01 Thread Steven D'Aprano
Steven D'Aprano wrote: Zubin Mithra wrote: Hey everyone, I was running 2to3 on a particular file and I got the following traceback( http://paste.pocoo.org/show/223468/). For short amounts of text, such as a traceback, please don't use a paste bin, just copy it into your post. *blinks*

Re: [Tutor] 2to3 conversion

2011-07-01 Thread Steven D'Aprano
Zubin Mithra wrote: Hey everyone, I was running 2to3 on a particular file and I got the following traceback( http://paste.pocoo.org/show/223468/). For short amounts of text, such as a traceback, please don't use a paste bin, just copy it into your post. Some people are reading mail at a tim

Re: [Tutor] 2to3 conversion

2010-06-09 Thread Vern Ceder
Zubin Mithra wrote: Hey everyone, I was running 2to3 on a particular file and I got the following traceback(http://paste.pocoo.org/show/223468/). The file which I was attempting to convert can be viewed here(http://paste.pocoo.org/show/223469/). Any pointers on what needs to be done? The

[Tutor] 2to3 conversion

2010-06-09 Thread Zubin Mithra
Hey everyone, I was running 2to3 on a particular file and I got the following traceback( http://paste.pocoo.org/show/223468/). The file which I was attempting to convert can be viewed here( http://paste.pocoo.org/show/223469/). Any pointers on what needs to be done? Thanks in advance, Zubin __