The Python geosoft.gxpy 9.2 revision includes a number of many advances that make the api more consistent with current Python best practice, particularly around naming conventions , and the consistent use of class instance properties and iterators. As a result, python scripts written for geosoft.gxpy 9.1 will need to be modified to conform to new naming conventions and the use of properties on some classes. The base GX API, which is , however, exposed to Python by the geosoft.gxapi module, is consistent across versions which means that . The geosoft.pxpy 9.1 will continue to work with Geosoft desktop 9.2, but the api's cannot co-exist in the same Python environment. While we recommend that 9.1 scripts be updated to conform to the 9.2 api, if you do need support for both 9.1 and 9.2 you can create separate Anaconda Python environments for each version. |