Dear all,
I'm lost. I've downloaded and installed Python-2.3.4-arm-PPC2003.zip and
pythonce-Tkinter-Files.zip on my PDA (Pocket Loox 720, Windows Mobile 2003
SE, VGA screen), and have successfully used this installation to port a
resonably-sized application to the PDA. I had some issues in the beg
I'm using dumbdbm, which comes in the Python CE distribution. It generates
.dat, .dir & .bak files. However, I'm not using it as a shelve, but rather
as a database. Actually, I'm generating the database on XP and then using it
on CE.
I believe that as dumbdbm is the only database module available
The Yahoo briefcase is empty, I can't see any file for download there.
Regards,
Sebastian
-Ursprungliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Auftrag von Wara Songkran
Gesendet: Donnerstag, 23. Dezember 2004 14:16
An: [email protected]
Betreff: [PythonCE] wxPython
Dear all,
my application is based on Tkinter, not wxPython, so please excuse when I'm
asking a question about good ole Tkinter here ...
I was annoyed by the fact that the Tkinter Toplevel windows on the PDA all
come sizeable and with that additional titlebar, eating up valuable screen
estate.
So
Hi Ed,
Nice work of yours!
Herewith some improvements (real menus on top, support for "foreign" Windows
CE versions like my German one, where the installation is in
C:\\Programme\\Python\\lib, support for VGA screen with HI_RES_AWARE python,
hide ugly additional Tkinter titlebar below PDA top tas
ink the example code I based most of this app on was
released GPL so unless I can track down the example again and verify its
license... I suppose if I verify that the example was other than GPL I
should use the python license as that is the license used on IDLE.
-Ursprungliche Nachricht-
Von
PROTECTED] [mailto:[EMAIL PROTECTED]
Auftrag von Anne Wangnick
Gesendet: Donnerstag, 18. November 2004 18:14
An: [email protected]
Betreff: [PythonCE] Support for VGA PDA's
Dear all,
this is to inform you that I've also successfully modified python.exe to
support the VGA resolution
Yep, confirmed.
On my german version of Microsoft PPC the location is "\Programme", and
"\Storage Card" is called "\CF-Card" on my device. Also, it comes with a
built-in flash storage area in "\LOOXstore".
This is what is available in the registry regarding the directory names on
my PDA:
[HKEY_L
Hello Alexey,
this was the original email announcing the port. I guess Brian will be able
to help you ...
Regards,
Sebastian
-Ursprungliche Nachricht-
Von: Im Auftrag von Brian Retford [EMAIL PROTECTED]
Gesendet: Freitag, 17. Dezember 2004 20:56
An: [email protected]
Betreff: [PythonCE
Hi James,
you might consider to use module FileDialog instead. E.g. for open you would
do:
import FileDialog
def askopenfilename(root):
return FileDialog.LoadFileDialog(root).go() or ""
... and then replace in method open(self)
self.filename = tkFileDialog.askopenfilename(self.root)
I guess you HKCR/.py key is set to Python.File? Well, then you can set
HKCR/Python.File/DefaultIcon to, e.g., \Program
Files\Python\Lib\Python.exe,0
Regards,
Sebastian
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag
von Bill
Gesendet: Samstag, 19. Februar
Hello Michael,
this can happen with "normal" Python as well, try this running python.exe
directly.
The issue is not that you create a unicode object, the issue is that you
want to print it. On the PC when using IDLE, sys.stdout.encoding is set to
"cp1252". For file objects, "when Unicode strings a
12 matches
Mail list logo