[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

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

2006-02-01 Thread Tom Galvin
I had this error message with incorrectly formatted paths in WCEARM.bat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 01 February 2006 11:00 To: pythonce@python.org Subject: PythonCE Digest, Vol 31, Issue 1 Send PythonCE mailing

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 version of expat module. Dmitry Belyaev wrote: >

[PythonCE] What is Latest PythonCE.Mips version

2006-02-01 Thread Scott and Tracee Lang
Hello, I am new to this list. I am currently taking a college programming class in python. I was wondering if someone could tell me what is the last successfully ported version of PythonCE for the mips. processor. The latest versions I have located seem to be for the arm. processor only?? I hav