Just for the records: “dpkg -i” doesn’t pull in the dependencies. There are two propers ways. The geek console way:
dpkg -i panda3d1.8*.deb
apt-get -f install
Or you can install it with an appropiate GUI, for example the Ubuntu Software Center or GDebi. The Lubuntu Software Center can’t install local packages, I don’t know what Ubuntu Gnome ships. If you wan’t to upgrade your Ubuntu (12.10 is supported till April '14), you can find Panda3D build here.
I have a large class of game development students doing their yearly 3-week Panda project and, as usual, we’re struggling with the Maya pipeline. Most are on Windows, and I was able to build a 64-bit Panda installer for them with Maya support without too much trouble. But I’m really stuck on getting this for the ones who have OSX. Previously I’ve been able to get this to work for Maya 2011 and 2012 with a lot of workarounds and hacks, but those versions I made don’t seem to work anymore; and I don’t seem to be able to build a usable panda installer with maya support for any version any more.