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

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 how&d=30028 > I have not downloaded the slideshow, but I am guessing that

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

2009-11-08 Thread Vernon Cole
My son, who is a soil scientist in the United States Department of Agriculture, has been encouraging me to learn ArcGIS for years. He tells me that Python is the ESRI's language of choice for implementing extensions to ArcGIS. That being the case, I tried a Google search for "arcgis python" and got

[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. F