Re: [PythonCE] Tk/Tcl Widgets

2006-05-18 Thread Bandung

This is a nice find.  I agree with you that it certainly shows what's
possible.  Alas, but I have given my heart to Pythoning and I can't bear to
learn another language.  

I have waded into this Tkintering thingy because of the lack of an up to
date wxPython capability for the poacketpc.  I would probably consider
learning wx before embarking on tcl.  

But boy, is it tempting!!!  If I'm still being frustrrated with my existing
pocketpc development tools three months from now, then its off to tcling I
go.
--
View this message in context: 
http://www.nabble.com/Tk-Tcl-Widgets-t1646602.html#a4461524
Sent from the Python - pythonce forum at Nabble.com.

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


[PythonCE] Tk/Tcl Widgets

2006-05-18 Thread Michael Foord
Hello all,

I wondered if you'd seen this :

http://wiki.tcl.tk/8442

It's a GUI built with Tk/Tcl for the PocketPC. It certainly shows what 
is possible. :-)

Fuzzyman
http://www.voidspace.org.uk/python/shareware.shtml
___
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-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] pyeditce is online!

2006-05-18 Thread The Head Guy
I am going about to change the whole open file dialog structure, as of this is the most complained about part. I have found a few "replacements" for the default ones in .net, but I need to spend time to reprogram it. I will add support to open .pyw files too, but I also don't want every file on the Pocket pc to be shown either, as it takes too much time to load then. I will find a compromise to these things, most likely adding .pyw to the list of file types to show.

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