BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px;
}This is the result of searching for that library, also i dont get
the error when running python normally only when its embeded, so
something must be different when you embed for the error to only
occur when when running code in the
Well, do you have that library on your system? The problem is that you are
loading a Python module that uses a C extension module under the hood so
your python runtime is looking to load in that library as you import that
module but its not finding it.
How have you "installed" the gtk module so y
Hi i am a new member on this list and thought if some people may be able
to enlighten me to the error below ?
I am running 64 bit ubuntu 10.10 in case there are know issues with this
setup, basically i am embedding python inside a c application i managed
to get this to work i can call functions fr