AW: [PythonCE] UnicodeDecodeError with print

2005-03-14 Thread anne . wangnick
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

AW: [PythonCE] Icon Question

2005-02-21 Thread anne . wangnick
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

AW: [PythonCE] IdleCE new version

2005-01-28 Thread Anne Wangnick
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)

AW: [PythonCE] wxPythonCE sources

2005-01-28 Thread Anne Wangnick
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: pythonce@python.org Betreff: [PythonCE

AW: [PythonCE] Non-english PPC device users on this list?

2005-01-10 Thread Anne Wangnick
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

AW: [PythonCE] Support for VGA PDA's

2005-01-08 Thread Anne Wangnick
PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Anne Wangnick Gesendet: Donnerstag, 18. November 2004 18:14 An: pythonce@python.org 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

AW: [PythonCE] Minature IDLE for PythonCE

2005-01-05 Thread Anne Wangnick
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

AW: [PythonCE] Minature IDLE for PythonCE

2005-01-05 Thread Anne Wangnick
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

[PythonCE] Tkinter issues

2005-01-04 Thread Anne Wangnick
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

AW: [PythonCE] wxPython on CE Avaiable for download

2004-12-23 Thread Anne Wangnick
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: pythonce@python.org Betreff: [PythonCE] wxPython

AW: [PythonCE] Shelve -- has anyone used it successfully?

2004-12-08 Thread Anne Wangnick
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

[PythonCE] No clue what's going on

2004-12-04 Thread Anne Wangnick
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