Any one up for OSX work.

hmmm Yes really not sure were to go …

I did what you did and all seems to be ok…

g++ -v
Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs
Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/[1][^+.-]*/s//-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)

Well hmm looks like we are in trouble before we hit the loading message.
That line that reads
Python(21039) malloc: *** Deallocation of a pointer not malloced: 0x281def8; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug

Means we are in sum deep trouble. Do you all get this when you just load the module

I something like this … test.py file

import direct.directbase.DirectStart
print ‘start’
print ‘done’

 Roger

  1. cg ↩︎