Hi,

I have a command line to spread geoprocessing operations across multiple 
processes to speed up performance. However, I do not know how to import the 
command line (or at least import it properly) in Python 2.7.2. Here's the 
script example given on ArcGIS 10.1 Help:



import arcpy

# Use half of the cores on the machine.
arcpy.env.parallelProcessingFactor = "50%"

I tried typing it into the command line but nothing happened. Instructions 
would be much appreciated!!!

Teri A. Jacobs
Geography Fellow
Surveillance Branch/DSHEFS/NIOSH/CDC
513-841-4338
w...@cdc.gov<mailto:w...@cdc.gov>

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to