Comment 45 for bug 30344

Revision history for this message
ajkain (ajkain) wrote :

gaphor 0.10.4 works with python 2.4.
I patch /usr/bin/gaphor file.

I change the first line

#!/usr/bin/python

to

#!/usr/bin/python2.4

It work for me.