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

Reply via email to