From: Scot McSweeney-R. <py...@mc...> - 2005-09-07 17:33:17
|
I've installed the Maemo SDK and Xephyr and then pymaemo, pygtk and pyhildon. Everything mostly went ok installing the python stuff, except that I needed to turn libfakeroot.so.0 into a symbolic link to get python 2.4 installed and python-2.4-gtk-modules comes up with an error about "trying to overwrite `/usr/lib/python2.4/site-packages/gtk-2.0/gtk/compat.py', which is also in package python2.4-gtk2". Even with those problems, running the hello_world.py script from the pyGTK tutorial runs fine, so I assumed everything is installed and running well. However, when I import the hildon package, I get the following error: ImportError: /scratchbox/compilers/host-gcc/lib/librt.so.1: symbol __librt_disable_asynccancel, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference Any ideas? cheers Scot |