Any one up for OSX work.

  1. Strange. I assume you’re compiling against the CVS trunk, and not the 1.3.2 source. Have you tried messenger.toggleVerbose() to see what event is generated when you press the escape key? Precisely what do you mean by “mouse movement is not recognized”?

  2. Don’t attempt to compile the pandaapp directory. We don’t really use it, and forget about it often. We never attempted to build it under OSX, so I doubt it will build. (OSX is really fussy about forcing us to explicitly name all of the required libraries, even those it should be able to find by itself.) There’s nothing useful in pandaapp anyway.

  3. That’s not the way to import QueuedConnectionManager. This symbol, like all C++ symbols, is defined in PandaModules; import it from there: from pandac.PandaModules import QueuedConnectionManager

David