[python-win32] Getting Started

2006-12-27 Thread Stacey Gamble
I'm a new Python user, trying to use the geoprocessing dispatch object. I get an error message as soon as I import the win32com.client. See below. What am I doing wrong? >>> Unhandled exception while debugging... Traceback (most recent call last): File "C:\Python21\win32com\__init__.py", line

Re: [python-win32] Getting Started

2006-12-27 Thread Tim Roberts
Stacey Gamble wrote: > > I’m a new Python user, trying to use the geoprocessing dispatch > object. I get an error message as soon as I import the > win32com.client. See below. What am I doing wrong? > > >>> Unhandled exception while debugging... > > Traceback (most recent call last): > > File

Re: [python-win32] Getting Started

2006-12-27 Thread eric . powell
Tim- That is the version ESRI shipped with ArcGIS 9.1. I do not know what version they ship with 9.2 (as I am not in the GIS business currently :( ) However, the newer versions worked fine with the ESRI tools (in 9.1 at least) if the users knew to upgrade. Eric Eric B. Powell BSRI Electr

Re: [python-win32] Getting Started

2006-12-27 Thread Stacey Gamble
Hi Tim: I've just upgraded my ArcView to 9.2 with Python version 2.4. I'm hoping that might fix my problem. Thanks for responding. SWG -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Roberts Sent: Wednesday, December 27, 2006 12:51 PM To: Python-Wi