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:
>
03)
(Dmitry Belyaev)
--
Message: 1
Date: Wed, 01 Feb 2006 11:27:04 +0300
From: Dmitry Belyaev <[EMAIL PROTECTED]>
Subject: [PythonCE] Python 2.3.5 for Windows CE / ARM (Pocket PC
2003)
To: pythonce@python.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain
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
Andy Baker <[EMAIL PROTECTED]> writes:
> Regarding the Win32 extensions...
>
> Is there a document that lists:
> 1. What does work.
> 2. What wont work because it's not relevant to WinCE
> 3. What could work given some extra work
>
> I am particularly interesting in Win32.com.client which as I
> u
gt; 2. Re: [ctypes-users] Python 2.3.5 for Windows CE / ARM(Pocket
> >> PC 2003) (Brad Clements)
> >>
> >>
> >>--
> >>
> >>Message: 1
> >>Date: Tue, 3 Jan 20
/ ARM (Pocket PC 2003) (Luke Dunstan)
>> 2. Re: [ctypes-users] Python 2.3.5 for Windows CE / ARM(Pocket
>> PC 2003) (Brad Clements)
>>
>>
>>----------------------------------
>>
>>Message: 1
>>Date: Tue, 3 Jan 2006 20:33:52 +0800
>>From: &qu
ssage: 1
> Date: Tue, 3 Jan 2006 20:33:52 +0800
> From: "Luke Dunstan" <[EMAIL PROTECTED]>
> Subject: [PythonCE] Python 2.3.5 for Windows CE / ARM (Pocket PC 2003)
> To:
> Cc: [EMAIL PROTECTED]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plai
A new release of Python for Windows CE is available. Download it here:
http://sourceforge.net/project/showfiles.php?group_id=104228
The release notes are linked from this page, but a direct link is:
http://sourceforge.net/project/shownotes.php?group_id=104228&release_id=382495
Luke
__