Hi Lucas,
The Desktop10.1.pth file tells Python where to look for required parts of the Arcpy library. I need to tell ArcGIS where to look for Python, which is an entirely different problem.
My current 32bit Python27, installed by ArcGIS during its install, is at D:\Python27\ArcGIS10.1, while ArcGISs' 64bit Python, installed as part of the 64bit Background Geoprocessing patch (installed by my system admin), was placed at C:\Python27\ArcGISx6410.1. We want to move the 32bit Python27 from 😧 to C:, so that both Pythons have the same root folder of C:\Python27, with 32bit in a \ArcGIS10.1\ subfolder and 64bit in a \ArcGISx6410.1\ subfolder.
The problem is that if I move the 32bit Python, or rename its folder, ArcCatalog will not start. Altering the registry keys I mentioned in an earlier post, so that they point to the modified location, makes no difference, ArcCatalog still will not start.