getConfigShowbase not found

What is the error message when you attempt to import libpandaexpress?

drwr:

>>> import libpandaexpress
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named libpandaexpress

libpandaexpress.so / .so.1.7.0 are present in built/lib

I did:

makepanda/makepanda.py --everything --no-ode --no-ffmpeg

But ok I have to find swscale and compile byself. It will take some time…

Hm… this looks like a different issue than I assumed. It looks like Python simply can’t find your libraries. Are these libraries on the PYTHONPATH?

Note that you can’t leave the installation in “built”. You’ll need to install it by letting makepanda create an installer, or using installpanda.py.

~/.bashrc contains PYTHONPATH to /usr/local/src/panda3d/built/

pview works without problem from any directory

It’s almost smartphone. I have too limited resources there to install, it has only 2 gig of flash HDD.

But the .so’s are in /usr/local/src/panda3d/built/lib, right, not /usr/local/src/panda3d/built? Try adding this directory to your PYTHONPATH.

David

Ah right. I have to add both of them. Now it works, thanks !

Actually it’s nice to see running Panda on EeePC. Works quite fast. :slight_smile: