Python version used on a recent Ubuntu system
#16
ok I finally nailed it.

I have plexmediaserver installed on this machine, which comes with its own python interpreter, and its own libpython.so

The failure was caused by the dynamic linker, that was using the plexmediaserver shared lib instead of the system native library.

For now I solved the issue by renaming the plexmediaserver library to something else, so plex server will probably not run anymore, but at least I know what to do.

Thank you again for your help.

PS: The C program I posted is a very simple way to test if embedded Python is working (that is the way xbmc is using python)
Reply

Logout Mark Read Team Forum Stats Members Help
Python version used on a recent Ubuntu system0