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 console.  I get a
 Null : Null  error.

 These limitations prevent me from running a script in such a way as use the
 interpreter to debug the script, check variable values, etc.

 Even if I execute a script via the idlece utility, the resulting pythonce
 interpreter that pops up only shows output.  I can't get it to accept 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?
   
Afraid so. :-)

However: building an interactive shell, like IDLE, using Pocket Tkinter 
(in fact based on the IDLE code I guess) 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.

 ___
 PythonCE mailing list
 PythonCE@python.org
 http://mail.python.org/mailman/listinfo/pythonce

   

___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce


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 : Null  error.

These limitations prevent me from running a script in such a way as use the
interpreter to debug the script, check variable values, etc.

Even if I execute a script via the idlece utility, the resulting pythonce
interpreter that pops up only shows output.  I can't get it to accept 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 at Nabble.com.

___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce


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 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
 PythonCE@python.org
 http://mail.python.org/mailman/listinfo/pythonce

   

___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce


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

___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce