[Planner Dev] Python "import planner" error



Hello List,

I have compiled planner-0.13 using the following configure command

./configure --enable-gtk-doc --enable-database=yes --enable-python --enable-python-plugin --with-gnu-ld --enable-dependency-tracking --prefix=/usr

followed by the make , make install with no errors. However when i try import the python (2.3) module i get
the following error.

>>> import planner
Traceback (most recent call last):
 File "<stdin>", line 1, in ?
ImportError: ./planner.so: undefined symbol: planner_window_check_version
>>>

ldd on the planner.so file shows that all libraries are avalable to it. nm does however show many funtions
with no link address .....

can anybody shed some light on this for me ?

Regards
Gary Greyling



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]