On Thu, 2008-03-06 at 10:47 +0100, Miha Tomšič wrote: > Hello! > > I am new to clutter and I am still fiddling with examples and I wanted > to take a look at tidy and its python bindings. > > First the make complained about missing tidy-types.defs: > IOError: tidy-types.defs not found in include path ['', '.', '.']
yup, forgot to add it to EXTRA_DIST. it's been fixed in trunk, thanks for the report (even though, next time, could you please use Bugzilla? it's easier for me, you and everyone else interested to track bugs there). > And now it compiles but I get the following message: > > ***INFO*** Generating tidy.c from tidy.defs > Could not write method TidyCellRenderer.get_cell_actor: No ArgType for > const-GValue* > Could not write method TidyStylable.list_properties: No ArgType for guint* > Could not write method TidyStylable.find_property: No ArgType for GParamSpec* > Could not write method TidyStylable.set: varargs functions not supported > Could not write method TidyStylable.get: varargs functions not supported > Warning: Constructor for TidyActor needs to be updated to new API > See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors > Warning: Constructor for TidyStylable needs to be updated to new API > See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors > ***INFO*** The coverage of global functions is 100.00% (2/2) > ***INFO*** The coverage of methods is 91.67% (55/60) > ***INFO*** There are no declared virtual proxies. > ***INFO*** There are no declared virtual accessors. > ***INFO*** There are no declared interface proxies. yes, it's known: not every object and method of the C library has been wrapped or bound. this is not a big deal, as: - you have to explicitly install the C library from SVN - you have to explicitly turn on the submodule creation in pyclutter I'll keep working on having full tidy bindings, but given the fact that the library itself is kind of a moving target, the submodule might lag behind a bit. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]
