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

2006-05-18 Thread Michael Foord
Bandung wrote: > Thank you for this input. I suppose python ce also doesn't support the > launching of scripts with the > > python myscript.py -i %1 > > for the same reason. I tried creating a file extension *.pyi that called > the above command in order to circumvent the lack of a c

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

2006-05-17 Thread Bandung
Thank you for this input. I suppose python ce also doesn't support the launching of scripts with the python myscript.py -i %1 for the same reason. I tried creating a file extension *.pyi that called the above command in order to circumvent the lack of a console. I get a Null : Nu

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 > >

[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() _