Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: robc on June 12, 2009, 04:42:12 PM
-
The dep file also needs to include these:
pycairo, gtk2, atk, pango, fontconfig, expat2, libxml2, graphics-libs, and pixman
-
Ok, I will download and fix the dep files.
EDIT: 5pm - done.
-
thank you
also it requires gobject...according to pkg-config:
tc@box:~$ pkg-config --libs pygtk-2.0
Package gobject-2.0 was no found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gobject-2.0', required by 'PyGObject', not found
but there isn't a gobject extension for 2.X or 1.X
-
That should be found in the glib2-dev extension.
JW
-
ok I see it now, thanks