Re: [PythonCE] raw_input for pythonce ver 2.4.3 gives EOF Error

2006-05-18 Thread Michael Foord
) is almost certainly possible... Fuzzyman http://www.voidspace.org.uk/python/shareware.shtml -- View this message in context: http://www.nabble.com/raw_input-for-pythonce-ver-2.4.3-gives-EOF-Error-t1614478.html#a4431634 Sent from the Python - pythonce forum at Nabble.com

Re: [PythonCE] raw_input for pythonce ver 2.4.3 gives EOF Error

2006-05-17 Thread Bandung
inputs so that I can debug things. Looks like I have to use my destop tools in order to get things debugged. Is this your experience too? -- View this message in context: http://www.nabble.com/raw_input-for-pythonce-ver-2.4.3-gives-EOF-Error-t1614478.html#a4431634 Sent from the Python - pythonce forum

Re: [PythonCE] raw_input for pythonce ver 2.4.3 gives EOF Error

2006-05-14 Thread Michael Foord
Bandung wrote: I seemed have gotten idlece working along with Tkinter and python works well except for a few problems. The one that I would like to find a work around to is with the input() and raw_input() commands. Both return an EOFError When reading a line the line of code is def

[PythonCE] raw_input for pythonce ver 2.4.3 gives EOF Error

2006-05-13 Thread Bandung
I seemed have gotten idlece working along with Tkinter and python works well except for a few problems. The one that I would like to find a work around to is with the input() and raw_input() commands. Both return an EOFError When reading a line the line of code is def main() x = raw_input()