I'm trying to develop python bindings for raknet 4.0. I've tried using swig which ended in sadness for me, so I am going to try and use interrogate. Couple of questions I can't seem to find an answer for though:
What samples should I look at for adding this to the makepanda system?
How do I set up interrogate/makepanda to place the python wrappers under something like import panda3d.raknet?
