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
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
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:
>
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