View Single Post
Posts: 111 | Thanked: 31 times | Joined on May 2007
#263
i'm lost.

Things works on my sdk.

Rapier import the module the following way:

import gconf

Now, if i run python2.5, import gconf and ask help(gconf), it tells me:

FILE
/usr/lib/pymodules/python2.5/gtk-2.0/gconf.so

What i do not understand is, this file seems to belong to no package at all:

[sbox-FREMANTLE_X86: ~/dev/rapier/trunk] > dpkg -S /usr/lib/pymodules/python2.5/gtk-2.0/gconf.so
dpkg: /usr/lib/pymodules/python2.5/gtk-2.0/gconf.so not found.

On the other hand i have a python-gconf package but it seems to have this file put somewhere else:

[sbox-FREMANTLE_X86: ~/dev/rapier/trunk] > dpkg -L python-gconf |grep gconf.so
/usr/lib/pyshared/python2.5/gtk-2.0/gconf.so

I currently have no clue on how to correctly import gconf in fremantle.