Re: [Tutor] how run it on python 3

2014-01-20 Thread Mark Lawrence
On 21/01/2014 00:05, Danny Yoo wrote: But you should not translate your scripts by hand -- there's a tool called 2to3 that does the legwork for you. S Tareq has asked this question just a few days ago. https://mail.python.org/pipermail/tutor/2014-January/099466.html Most of us here have

Re: [Tutor] how run it on python 3

2014-01-20 Thread Danny Yoo
>> In that thread, we asked the original questioner why they were having >> difficulty. But S Tareq responded in the way I would expect out of an >> automated answering machine: that is, not at all. This is not >> encouraging: either he or she did not understand the question, or they >> ignored t

Re: [Tutor] how run it on python 3

2014-01-20 Thread Emile van Sebille
On 1/20/2014 4:05 PM, Danny Yoo wrote: S Tareq has asked this question just a few days ago. https://mail.python.org/pipermail/tutor/2014-January/099466.html Most of us here have not yet gone entirely senile yet, so we still remember. Speak for yourself! The rest of us are rapidly approac

Re: [Tutor] how run it on python 3

2014-01-20 Thread Danny Yoo
> But you should not translate your scripts by hand -- there's a tool called > 2to3 that does the legwork for you. S Tareq has asked this question just a few days ago. https://mail.python.org/pipermail/tutor/2014-January/099466.html Most of us here have not yet gone entirely senile yet, so

Re: [Tutor] how run it on python 3 (S Tareq)

2014-01-20 Thread Brandon Gardell
Tareq, It'd be nice if you formatted it through upload with gist ( https://gist.github.com/ ) and posted the syntax error you were receiving as well. Then you wouldn't have to put ?s instead of indents, and we'd be able to read it better. I believe this is actually recommended in the mailing list

Re: [Tutor] how run it on python 3

2014-01-20 Thread Peter Otten
S Tareq wrote: > this is the coding that i am trying to run it on python 3.3. the original > coding was made on python 2.7 however i have made some changes to the > coding to make it work on python 3.3. the changes that i have made on > brackets and raw_input to input. the coding does not load th

Re: [Tutor] how run it on python 3

2014-01-20 Thread Emile van Sebille
On 1/20/2014 12:51 PM, S Tareq wrote: external file ans says invalid syntax . The full traceback with the invalid syntax message will provide you the specific line where the issue is realized. Note that the actual error my occur elsewhere particularly with mismatched parenthetical expressi

[Tutor] how run it on python 3

2014-01-20 Thread S Tareq
this is the coding that i am trying to run it on python 3.3. the original coding was made on python 2.7 however i have made some changes to the coding to make it work on python 3.3. the changes that i have made  on brackets and raw_input to input. the coding does not load the external file ans s