Re: [PythonCE] Getting the win32 extensions working

2005-11-15 Thread Andy Baker
As I mentioned in a reply ijn another thread, I'm curious about com.client but I don't know how/whether COM functionality is implemented in CE. Just want to glue bits of Python to OS and app functionality whilst sticking with my beloved Python... On 11/15/05, Luke Dunstan <[EMAIL PROTECTED]> wrot

Re: [PythonCE] Getting the win32 extensions working

2005-11-15 Thread Luke Dunstan
Download it and see for yourself: http://fore.validus.com/~kashtan/Python-2.3.4-arm-PPC2003.zip It contains only the win32gui and win32event modules of the pywin32 package. What parts do you need, and what do you intend to use it for? It doesn't contain any of the other modules like win32secur

Re: [PythonCE] Getting the win32 extensions working

2005-11-14 Thread Andy Baker
Ah. I've re-read that page and I can see I might have misunderstood it. I was under the impression that you *had* to compile the sources if you wanted the win32 extensions.Is this not the case? Do the pre-compiled binaries already include the win32 stuff? As a quick related question, do you have a

Re: [PythonCE] Getting the win32 extensions working

2005-11-14 Thread Luke Dunstan
- Original Message - From: "Andy Baker" <[EMAIL PROTECTED]> To: Sent: Monday, November 14, 2005 9:22 PM Subject: [PythonCE] Getting the win32 extensions working > Looking at this page: http://fore.validus.com/~kashtan/ it seems > fairly doable but I am not that familiar with compiling