Re: [PythonCE] Python 2.3.5 for Windows CE / ARM (Pocket PC 2003)

2006-02-01 Thread Dmitry Belyaev
Oh, I found that my SDK directory is not like "Pocket PC 2003" but "STANDARDSDK". Anyway, I wasn't able to compile it until I modified "set INCLUDE" and "set LIB" directives for full path to my SDK. So, now I have built python23.lib and working v

[PythonCE] Python 2.3.5 for Windows CE / ARM (Pocket PC 2003)

2006-02-01 Thread Dmitry Belyaev
I tryed to compile PythonCE but received following message during compilation: rc.exe /l 0x409 /fobinaries\ARMRel420\pythoncore\python_nt.res /i ..\.. \Include /i ..\..\PC\WinCE /d UNDER_CE=420 /d _WIN32_WC

Re: [PythonCE] xml support

2006-01-30 Thread Dmitry Belyaev
ft für Management und Organisation > > Jan Ischebeck > Senior Consultant > > Nürtinger Straße 9 > 70794 Filderstadt-Bernhausen > > phone: +49 - (0)163 / 75 33 613 > fax: +49 - (0)163 / 99 75 33 613 > e-mail: [EMAIL PROTECTED] > web: www.p3-gmbh.de > > > > -U

Re: [PythonCE] xml support

2006-01-30 Thread Dmitry Belyaev
I found that elementTree uses obsolete module "xmllib". Besides, neither xmllib nor xml.sax are available at PythonCE. Stewart Midwinter wrote: > try elementTree from http://effbot.org. > > s > > > On 1/30/06, Dmitry Belyaev <[EMAIL PROTECTED]> wrote: > &

[PythonCE] xml support

2006-01-30 Thread Dmitry Belyaev
Yesterday I decided to write simple xml-parsing application. Tried "xml.sax" and "xml.dom.minidom" modules. Program using "xml.sax" module printed "No parsers found" while desktop version worked fine. I Is there in PythonCE any working xml-parser or I have to parse xml by hands? _

[PythonCE] Ideas for New User Please

2006-01-28 Thread Dmitry Belyaev
There is console for Pocket PC. There is PocketGCC package at http://pocketgcc.sourceforge.net/down.html and it has 3 cab files. One of them is console for PPC. I found that raw_input() switches to (or creates) pocket console for input. ___ PythonCE mai