Hi,
this thread states that in pre-Release the saveACopy works with the optional second argument of a version number
theMXD.saveACopy(r'c:\temp\mytest.mxd','9.1')
theLYR.saveACopy(r'c:\temp\mytest.lyr','9.3')
I can not confirm this. Regardless of the language settings I use, both produce the same error type:
Runtime error <type 'exceptions.TypeError'>: function takes exactly 1 argument (2 given)
Any other formatting of the second argument (as a floating number, with a different decimal delimiter) produces an error stating
Runtime error <type 'exceptions.ValueError'>: Invalid value for version: 9.0 (choices are: ['10.0', '8.3', '9.0', '9.2', '9.3'])
Is that known?
Regards
Guenter