Re: [PythonCE] Building win32com on windows CE

2006-03-22 Thread Luke Dunstan
d learning on desktop Windows first because it will be faster to develop and there are a lot more things you can do with COM than on WinCE. Luke - Original Message - From: "Aladin Sidahmed" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 22, 2006 2:21 AM Subject: [PythonCE] Bui

[PythonCE] Building win32com on windows CE

2006-03-21 Thread Aladin Sidahmed
Alright, I managed to get the ctypes module installed on the winCE device, but I can't find the source or a WinCE build for the comtypes. I tried to use the same win32 package on Sourceforge but that was just a pain and led to no where. Thanks Aladin >The reason why is because, as far as I know,

Re: [PythonCE] Building win32com on windows CE

2006-03-21 Thread Luke Dunstan
.   Luke   - Original Message - From: Aladin Sidahmed To: pythonce@python.org Sent: Tuesday, March 21, 2006 3:42 AM Subject: [PythonCE] Building win32com on windows CE I was able to build both python on and windows extension packages for windows CE using the

[PythonCE] Building win32com on windows CE

2006-03-20 Thread Aladin Sidahmed
I was able to build both python on and windows extension packages for windows CE using the make file command of nmake all, but the build didn;'t include the COM (win32com) packages, and I am not sure why it didn't or how to do it. So I appreciate any kind of help at this moment.   Thanks ___