pythonic pypal bug

Hello there

I have successfully compiled the python interface for palabos.v1.0r1. It works perfectly for the example at http://wiki.palabos.org/_media/numerics:lbmcylinder.png. However, when I try to run the examples from $PALABAS_ROOT/pythonic/examples/ , I get an error message like:
~/palabos-v1.0r1/pythonic/examples$ ./cavity2d.py
Traceback (most recent call last):
File “./cavity2d.py”, line 13, in
from pypal import *
File “…/src/pypal/init.py”, line 1, in
import blocks
File “…/src/pypal/blocks.py”, line 40, in
import plb
File “…/src/pypal/plb/init.py”, line 2, in
import core
File “…/src/pypal/plb/core.py”, line 26, in
_core = swig_import_helper()
File “…/src/pypal/plb/core.py”, line 22, in swig_import_helper
_mod = imp.load_module(’_core’, fp, pathname, description)
ImportError: dynamic module does not define init function (init_core)

Any ideas how to get around this?

I’m running Ubuntu V12.10 thorough an Oracle Virtual Machine (v4.2.16) on my Windows 7 quad core PC. I have installed all the necessary packages noted at http://www.palabos.org/documentation/userguide/pythonic.html#compiling-the-python-interface.

Thanks,

Dave

Sorry folks: just noticed that this was already solved at http://www.palabos.org/forum/read.php?11,4363,4363#msg-4363