Place() doesn't work?

I investigated this and it’s an issue with the Cocoa port of Tk. I checked in a workaround for 1.9.3. In the meantime, there is a workaround you can apply to make it work in 1.9.2. You should put this:

import Pmw
Pmw.initialise()

before instantiating ShowBase or importing DirectStart. That will avoid the crash.