[python-win32] Compiling Python code to DLLs: Any way to do this

2009-11-08 Thread Ti Crossman
Hello, all. I have a need to create application extensions for ESRI ArcGIS geographic information system software. ArcGIS is built from the ground up using COM technology. Supposedly, one can program against the (absolutely enormous) ArcObjects object model with any COM-compliant language.

Re: [python-win32] Compiling Python code to DLLs: Any way to do this [SEC=PERSONAL]

2009-11-08 Thread Andrew MacIntyre
From: Vernon Cole That being the case, I tried a Google search for arcgis python and got a number of links, including this one from ESRI. http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleS howd=30028 I have not downloaded the slideshow, but I am guessing that it

Re: [python-win32] Compiling Python code to DLLs: Any way to do this

2009-11-08 Thread Thomas Heller
Ti Crossman schrieb: Hello, all. I have a need to create application extensions for ESRI ArcGIS geographic information system software. ArcGIS is built from the ground up using COM technology. Supposedly, one can program against the (absolutely enormous) ArcObjects object model with any