I have ArcGIS Deskop 10 installed on my machine and I was wondering if it's possible to create a python script that uses some standard Geoprocessing tools and run it outside of ArcGIS?
Specifically I'm trying to run the script from within my eclipse development enviroment (with Pydev installed). I have eclipse setup to use the python installed by ArcGIS. It's path is configured to look in C:\Python26\ArcGIS10.0\lib\site-packages and in there is the Desktop10.pth file with entries for:
Wow, ESRI needs to update their help documentation then. The arcpy example under the Geoprocessing->The ArcPy site package->Classes->FeatureSet calls the function 'CreateFeatureClass_management'
Thanks, I would have wasted a lot of time on this.