Re: raw_input for pythonce ver 2.4.3 gives EOF Error
Michael Foord <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
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 main() > x = raw_input() > > Hello, I'm afraid the underlying console for PocketPC doesn't support these functions. An older version of PythonCE used to have a workaround, but it looks like the code is lost in the mists of time. :-( Fuzzyman http://www.voidspace.org.uk/python/shareware.shtml > _______________________________________________ > PythonCE mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pythonce > >