Open GoogleCodeExporter opened 9 years ago
http://tilloy.net/dev/pyexiv2/ says it all.
Deprecation warning
pyexiv2 is now deprecated in favour of GExiv2, a GObject-based wrapper around
libexiv2. Thanks to GObject Introspection support, GExiv2 supports Python 2 and
3.
If your application uses pyexiv2, you might want to consider porting it over to
GExiv2.
Original comment by matej.c...@gmail.com
on 10 Apr 2013 at 2:10
[deleted comment]
Original comment by matej.c...@gmail.com
on 8 Oct 2013 at 2:20
May get handy http://www.aclevername.com/articles/python-webgui/
Original comment by matej.c...@gmail.com
on 8 Oct 2013 at 2:20
[deleted comment]
Original comment by matej.c...@gmail.com
on 6 Dec 2013 at 3:02
Unfortunately, it seems, that porting to anything based on GObject
Introspections requires one to go all the way ... i.e., we would have to port
whole jBrout from pygtk2 to Gtk GObject bindings. I have tried to start working
on that in https://gitorious.org/jbrout/jbrout/source/gexiv2-215 but it is HUGE
task and I hate dealing with Gtk (or any UI) library.
Actually, it doesn't have to mean porting to Python3 (GOI works with Py2 just
fine), but most likely it means port to Gtk3, which I think is The Right
Thing™ to do anyway.
I am afraid, that it is absolutely critical bug for the further development, or
frankly survival, of the jbrout project, but I don't feel like having a time to
do it.
Original comment by matej.c...@gmail.com
on 6 Dec 2013 at 3:03
Actually https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html
looks like an interesting resource.
Original comment by matej.c...@gmail.com
on 10 Nov 2014 at 9:17
Original issue reported on code.google.com by
matej.c...@gmail.com
on 10 Apr 2013 at 1:46