Where to get PyGlade?

I have been using Devede 3.12 successfully for a year now and have been trying to install and run version 3.16.4.
I cannot get it to run. The error log is as follows:

DeVeDe 3.16.4
Locale: en_US.UTF-8
Using local-installed files
Traceback (most recent call last):
File "/usr/local/bin/devede", line 146, in ?
arbol=gtk.Builder()
AttributeError: 'module' object has no attribute 'Builder'

Reading your site I see that I need Python 2.4, pyGTK and PyGlade. I now have the 1st two but I cannot seem to find PyGlade. Any help on locating this would be appreciated. Thank you.
Rees

Where To Get PyGlade?

I forgot to mention: I'm using Linux RedHat RHEL 5.
Rees

RedHat RHEL 5 uses gtk

RedHat RHEL 5 uses gtk 2.10.4. The problem that you are having is that DeVeDe in its newer versions has switched from using glade to gtk builder. Gtk builder was introduced I believe in gtk version 2.14. So you will probably never be able to upgrade devede on RHEL 5.

When RHEL 6 is released the newest versions of DeVeDe will run on it.

Thank you for the reply. I

Thank you for the reply. I will stop trying to upgrade. The version I have is satisfactory and I will continue using it.
Rees