Re: [Tutor] could please convert this code to 3.X by using 2to3

2014-02-18 Thread Danny Yoo
> > - Don't spam the same question in several different threads, and > especially don't privately email list participants with the same > question. Doing so is likely to get you ignored by people who would > otherwise be quite happy to help you. I'd like to make that comment stronger: by repeati

Re: [Tutor] could please convert this code to 3.X by using 2to3

2014-02-18 Thread Mark Lawrence
On 18/02/2014 20:57, S Tareq wrote: sorry, is there any other way to convert the coding Use an editor? Or try this:- c:\Users\Mark>2to3 --help Usage: 2to3 [options] file|dir ... Options: -h, --helpshow this help message and exit -d, --doctests_only Fix up doctests only -

Re: [Tutor] could please convert this code to 3.X by using 2to3

2014-02-18 Thread S Tareq
sorry, is there any other way to convert the coding On Tuesday, 18 February 2014, 20:41, Zachary Ware wrote: On Tue, Feb 18, 2014 at 12:18 PM, S Tareq wrote: > i am to convert coding to python 3.X. and some one told me to use 2to3 > program but  i don't how to use 2to3 program i was reading

Re: [Tutor] could please convert this code to 3.X by using 2to3

2014-02-18 Thread Zachary Ware
On Tue, Feb 18, 2014 at 12:18 PM, S Tareq wrote: > i am to convert coding to python 3.X. and some one told me to use 2to3 > program but i don't how to use 2to3 program i was reading and followed the > rules in python website ( > http://docs.python.org/3/library/2to3.html?highlight=2to3#module-lib

[Tutor] could please convert this code to 3.X by using 2to3

2014-02-18 Thread S Tareq
i am to convert coding to python 3.X. and some one told me to use 2to3 program but  i don't how to use 2to3 program i was reading and followed the rules in python website ( http://docs.python.org/3/library/2to3.html?highlight=2to3#module-lib2to3 ) but it says error and don't work. is there any