Re: [PythonCE] xml support

2006-01-30 Thread Stewart Midwinter
try elementTree from http://effbot.org. s On 1/30/06, Dmitry Belyaev <[EMAIL PROTECTED]> wrote: > Is there in PythonCE any working xml-parser or I have to parse xml by hands? ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/

Re: [PythonCE] Tkinter and easygui

2006-01-23 Thread Stewart Midwinter
On 1/23/06, geoff <[EMAIL PROTECTED]> wrote: > > > Are you saying that the python23.zip should contain lib-tk? When I copy > it back to a pc and open, no such file or directory exists. yep, that's what I'm saying. That's what's on my PDA, anyway. cheers,

Re: [PythonCE] Tkinter and easygui

2006-01-23 Thread Stewart Midwinter
of my Toshiba e830 for that purpose. So I can always get to the windows I want. cheers S -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad AIM:midtoad1 ___ PythonCE mailing list PythonCE@python.org

Re: [PythonCE] Tkinter and easygui

2006-01-23 Thread Stewart Midwinter
ides the first screen, but it says something > to the effect no module Tkinter. -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad AIM:midtoad1 ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] Prompting the user for information

2006-01-18 Thread Stewart Midwinter
ase # the user cancelled the choice, and we got None. msgbox("You chose: " + str(choice), "Survey Result") msg = "Do you want to continue?" cheers, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad

Re: [PythonCE] How to edit registry on pocketpc to change how IE displays python files.

2006-01-17 Thread Stewart Midwinter
David, there should be a script that edits the registry for you, and it comes with a shortcut to help run it. Which version of PythonCE did you install? S ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Stewart Midwinter
I'll get a copy of 2.3.5 installed over the next few days, then post my steps of what it took to get Tkinter going. cheers S -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad AIM:mid

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Stewart Midwinter
thanks for the extra details on 2.3.5. I can see now that it's different from 2.3.4. and more compatible with the desktop version. I'd better install it and find out more! my comments about osce.py were directed at 2.3.4. Perhaps the newer version doesn't need it, or may not be able to use it.

Re: [PythonCE] Compiled version of Python 2.3.5 for Windows CE?

2006-01-06 Thread Stewart Midwinter
ams (using file explorer), I now get the message: > > The file 'xxx' cannot be opened. Either it is not signed with a trusted > certificate, or one of its components cannot be found. You might need to > reinstall or restore this file. -- Stewart Midwinter [EMAIL PROTECTED

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Stewart Midwinter
Rodrigo, no desesperes! Where do you have your python located? You probably need to add some code that tells python where to look for modules. you can do that with: sys.path.append('\\SD Card\\Program Files\\Python\\Lib') sys.path.append('\\SD Card\\Program Files\\Python\\Lib\\python23.zip\\lib-t

Re: [PythonCE] Empty project or Human Friendly Project?

2006-01-06 Thread Stewart Midwinter
On 1/6/06, Luke Dunstan <[EMAIL PROTECTED]> wrote: > It's not obvious to me how to edit the MurkWorks wiki but hopefully editing > is just disabled temporarily. I see on the 'contributors' page on the Murkworks site the following comment: "Please ask Brad for setting your username and password if

Re: [PythonCE] Empty project or Human Friendly Project?

2006-01-06 Thread Stewart Midwinter
Luke, is it possible to create a home page on SF that does nothing more than redirect to another location? Must be, since I see other projects doing something similar. I'll be happy to sign up and make it happen, if it will help. cheers S -- Stewart Midwinter [EMAIL PROTECTED] [EMAI

Re: [PythonCE] Empty project or Human Friendly Project?

2006-01-06 Thread Stewart Midwinter
that the domain pythonce.org is available! cheers, -- Stewart Midwinter Python 2.3.4 on Toshiba e830 [EMAIL PROTECTED] [EMAIL PROTECTED] Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad AIM:midtoad1 ___ PythonCE mailing list PythonCE@python.org

Re: [PythonCE] Running setup-registry.py

2005-09-29 Thread Stewart Midwinter
Did you get an answer to your question yet, Chandu? The reason for running setup-registry is so that in future you can just tap on a .py file, and python will launch. S ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/lis

Re: [PythonCE] My PythonCE Directories

2005-04-13 Thread Stewart Midwinter
ave my Tcl files in main memory, in c:\\Program Files\\tcl8.4.3, so I can't help you with moving that out to the card. S -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] Skype: midtoad ___ PythonCE mailing list PythonCE@python.org http://

[PythonCE] alternative to os.popen in PythonCE?

2005-03-09 Thread Stewart Midwinter
I've got an application on my desktop that I'm tryiing to port to PythonCE - it's a version of rsync. I need to run os.popen(), but it's not available in PythonCE. What are you using to run system commands and capture output from those commands? Do I have any alternatives?

Re: [PythonCE] Using Tix

2005-02-22 Thread Stewart Midwinter
Let us know how it goes. cheers, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] Using Tix

2005-02-22 Thread Stewart Midwinter
th.append('\\SD Card\\Program Files\\Python\\Lib\\python23.zip\\lib-tk') docHome = ('\\My Documents\\Python') cheers S > The file I am talking about is Tix.pyc under the lib-tk driectory in the > zip file. I didn't add it. Is Tix suposed to be functional in this packag

Re: [PythonCE] Graphics problem

2005-02-17 Thread Stewart Midwinter
ight use a PNG format in stead of GIF? -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] drop-up menus?

2005-02-12 Thread Stewart Midwinter
Most applications for Pocket PC follow a design wherein the menus are along the bottom of the screen, so menu entries don't drop down, they drop up. I wonder what would be involved in getting Tkinter or Pmw menus to have that behaviour? cheers, -- Stewart Midwinter [EMAIL PROTECTED] [

Re: [PythonCE] Build minimized Python2x.dll for WinCE/PPC?

2005-02-09 Thread Stewart Midwinter
it to actually run in hi-res mode. I've found that the Tkinter apps look *much* nicer when run that way. cheers S -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] Qt for Windows now to be LGPL

2005-02-09 Thread Stewart Midwinter
ference > between GPL and LGPL. cheers, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] re: line-endings problem with PythonCE

2005-02-08 Thread Stewart Midwinter
ed my root.mainloop() and for a while I couldn't figure out why my app would vanish as soon as it started - then I remembered your posting and fixed it. cheers, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing lis

[PythonCE] Qt for Windows now to be LGPL

2005-02-08 Thread Stewart Midwinter
Says so here: http://www.trolltech.com/newsroom/announcements/0192.html They will release sources, but you have to compile yourself. So, does that mean it could be compiled for Windows Mobile? Would that be a Good Thing or a Bad Thing? cheers, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL

[PythonCE] line-endings problem with PythonCE

2005-02-06 Thread Stewart Midwinter
y of you experienced anything similar? What's your take on this? thanks, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] More on Tkinter canvas

2005-02-04 Thread Stewart Midwinter
5 10:50:21 -0800 (PST), Ed Blake <[EMAIL PROTECTED]> wrote: > > http://weblog.cs.uiowa.edu/python-2.3.1/Demo/tkinter/ -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.pytho

[PythonCE] more on screen resolution

2005-02-03 Thread Stewart Midwinter
idgets! Couple of other apps on that page worth mentioning: FileDialogChanger, an improved file dialog, and Screen Rotate, which on each invocation will rotate your screen another 90° clockwise. I put an icon to it on my Home screen app launcher. cheers, -- Stewart Midwinter [EMAIL PROTECTED] [

Re: [PythonCE] Screen size?

2005-02-03 Thread Stewart Midwinter
y as soon as possible, as I > am planning on presenting this programin two days. -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] #screenTuner.py #by Stewart Midwinter, 2005-02-03, stewart 'at' midwinter 'dot' ca import sys, thread, string, os, time from socket import

[PythonCE] PythonCE app idea

2005-02-02 Thread Stewart Midwinter
ome useful graphics, then save the screen as a .gif image. Does anyone have any thoughts on this? cheers, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] idleCE

2005-02-02 Thread Stewart Midwinter
y to the line number referenced. Secondly, multiple (or at least two) document buffers, so I can copy code snippets from one file to another. I was thinking that a notebook widget might be the way to go for that. cheers, -- Stewart Midwinter [EMAIL PROTECT

[PythonCE] Re: Data fields don't update, they replace? - and furthermore

2005-01-31 Thread Stewart Midwinter
and select Open from the pop-up menu, I don't get the behaviour. So it was operator error, but not for the reason I initially expected. Hope you all can learn something from this, or at least enjoy a good laugh! cheers, -- Stewart Midwinter [EMAIL PROTECT

[PythonCE] Re: Data fields don't update, they replace? - never mind

2005-01-31 Thread Stewart Midwinter
Never mind - I must be losing my mind. I thought I saw this behaviour, but when I tried to display it to a colleague, it wouldn't happen. Perhaps what I saw was a previous version of the app hanging around underneath the newer one. sigh... S -- Stewart Midwinter [EMAIL PROTECTED] [

[PythonCE] Data fields don't update, they replace?

2005-01-31 Thread Stewart Midwinter
duplicated, with the new text appearing in the new root window. The old root window can be found hiding underneath. Has anyone else noted this behaviour? If so, how do you work around it? thanks, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] import os OS = os.name.lower() if OS ==

Re: [PythonCE] Tkinter installation

2005-01-29 Thread Stewart Midwinter
ip and moved them up to the root folder of the zip file? cheers, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] Tkinter installation

2005-01-29 Thread Stewart Midwinter
Registry and checked HKEY_CLASSES_ROOT for the existence of entries for .py and .pyc (and I added .pyw for good measure). By the way, my Tkinter works now, so thanks a lot! I also have the Pmw widget set working. No reason why BWidgets shouldn't work either. cheers S -- Stewart Midw

[PythonCE] Tkinter installation

2005-01-29 Thread Stewart Midwinter
rs) to the \\SD Card\\Program Files\\ folder. Is this the right place? Obviously not, I guess. Any hints? I'm keen to try out the latest idleCE !! thanks, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list Pyth

Re: [PythonCE] Re: Re: Re: Twisted on PPC 2003 (Brad Clements)

2005-01-25 Thread Stewart Midwinter
ket.AF_INET, socket.SOCK_STREAM) s.connect((HOST, PORT)) s.send('Hello, world') data = s.recv(1024) s.close() print 'Received', repr(data) --- cheers -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] Re: Twisted on PPC 2003

2005-01-24 Thread Stewart Midwinter
on, 24 Jan 2005 17:26:47 -0700, James Burkert <[EMAIL PROTECTED]> wrote: > Howdy, > > Now time to see if I can get GTK/Glade... -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http:

Re: [PythonCE] launch external application from pythonCE

2005-01-14 Thread Stewart Midwinter
L PROTECTED] (315)268-1000 > http://www.murkworks.com (315)268-9812 Fax > http://www.wecanstopspam.org/ AOL-IM: BKClements > > _______ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mai

Re: [PythonCE] launch external application from pythonCE

2005-01-13 Thread Stewart Midwinter
if this works! cheers S On Thu, 13 Jan 2005 10:04:55 +0100, Geir Egeland <[EMAIL PROTECTED]> wrote: > Hi, > How can I launch Internet Explorer from a python program ? -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE

Re: [PythonCE] Cannot load wxpyce dll due to insufficient memory

2005-01-12 Thread Stewart Midwinter
s an addition 64Mb of "Internal storage" which basically > works like a memory card. Is there any way I can move windows components > over there and shortcut to it or something? -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___

[PythonCE] wx demo on PPC

2005-01-11 Thread Stewart Midwinter
well, FWIW, here's the sample.py app running on a VGA screen PocketPC. Screen capture courtesy of the freeware cheers, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] <>___ PythonCE mailing list PythonCE@python.org http://mail

Re: [PythonCE] Cannot load wxpyce dll due to insufficient memory

2005-01-11 Thread Stewart Midwinter
, at least on my device. Getting Tkinter apps to run seems a lot less problematic, by comparison. cheers, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] Cannot load wxpyce dll due to insufficient memory

2005-01-11 Thread Stewart Midwinter
olution to this problem? thanks, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] Re: ÂPythonCe is functional?

2005-01-08 Thread Stewart Midwinter
Looks like no one else answered this so I'll take a shot at it... Lord_ZealoN ono.com> writes: > I would like to develop an email application. I'm thinking in use python. > PythonCe is totally functional? well, most of the widgets seem to work, also Pmw and I suspect bwidgets would as well. B

[PythonCE] Re: PythonCE Digest, Vol 18, Issue 7

2005-01-08 Thread Stewart Midwinter
tk/10103) to support full VGA > resolution. err, thanks, Sebastian! that works great on my VGA screen. By including your earlier posting on this topic, you're also providing a gentle reminder to RTFM, or the list archives, as the case may be. thanks, -- Stewart Midwinter [EMAIL

[PythonCE] re: Idle

2005-01-08 Thread Stewart Midwinter
here's the attachment. Found out I could post wirelessly from my toshiba e830 via gmane, but you can't post an attachment that way. I have to use GMail for that, but it won't recognize Netfront or PIE as valid browsers; hence, back to the desktop for this posting. S -- St

[PythonCE] idleCE

2005-01-08 Thread Stewart Midwinter
I started on an editor yesterday because I'm not satisfied w Pocket Word or the editor in Total Commander. I didn't get too far - copy attached in next post. but I'd gladly suspend work & support idleCE instead - nice work! One addition that would be useful is a Go To Line Number N featur

[PythonCE] PythonCE with VGA screens?

2005-01-08 Thread Stewart Midwinter
creen exactly. Is there a way to force Python to operate in VGA mode? I really want the extra screen real estate! thanks, -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/ma