Support custom layouts and .zip files for standard library
description
Right now, when adding the interpreter, the path to stdlib is always path to interpreter binary + \Lib. This is not always true - e.g. in Maya, it is instead stored in python26.zip that's next to their .exe. We should let the user input an arbitrary path to the library, and support zip files as well as folders.