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/
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,
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
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
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
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
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
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.
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
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
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
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
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
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
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://
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?
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
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
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
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]
[
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
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
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
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
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
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
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]
[
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
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
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
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
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]
[
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 ==
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
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
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
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
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:
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
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
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]
___
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
, 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
olution to this problem?
thanks,
--
Stewart Midwinter
[EMAIL PROTECTED]
[EMAIL PROTECTED]
___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce
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
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
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
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
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
49 matches
Mail list logo