Archive for August, 2007

pyphantom under Mac OS


Finally pyphantom is running under Mac OS X! pyphantom actually needed gnome-python-desktop from MacPorts for the gtksourceview bindings and not gnome-python-extras as noted here. Instructions should come later on. By the way, this is a screenshot from the upcoming 0.1.2 version.

libgnomekbd 2.28.2 and MacPorts

As I had reported earlier, building libgnomekbd 2.18.2 under MacPorts was broken. I’ve just fixed that by adding two lines of code to /opt/local/include/glib-2.0/glib/gi18n.h. The diff is quite simple:

--- gi18n.h    Wed Aug 15 11:51:58 2007
+++ gi18n.h    Wed Aug 15 11:45:37 2007
@@ -27,7 +27,9 @@
#ifdef gettext_noop
#define N_(String) gettext_noop (String)
#else
+#if !defined(N_)
#define N_(String) (String)
+#endif
#endif


#endif  /* __G_I18N_H__ */

pyphantom under Windows


Finally we were able to get pyphantom running under Windows. This is not yet finalized as some hacks were necessary, but at least we can see a light at the end of the tunnel.

Open source project naming

Just by coincidence this nice and short article on naming open source projects came to my attention.

Not quite there yet

As you might have noticed we are yet to release pyphantom 0.1.2. The latest features are being polished and some new things are under development.


August 2007
S M T W T F S
 1234
567891011
12131415161718
19202122232425
262728293031