I need to change product level in python scripts to help ensure users do not hold on to advanced (arcInfo) licenses.
It appears easy to check in/out extensions: arcpy.CheckInExtension("3D")
How do I set a users license from ArcInfo (equivalent to an ArcGIS Desktop Advanced license) to ArcView (equivalent to an ArcGIS Desktop Basic license)?
Thank you!