Using arcpy.SetProduct will always return 'AlreadyInitialized'.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM049633
Submitted
October 8, 2009
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
10.0
Version Fixed
10.0
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
Before importing arcpy, set the product using the arcgisscripting module. Then use arcpy as normalimport arcgisscriptinggp = arcgisscripting.create(9.4)gp.setProduct("ArcView")