Where can I find python-glade2?

I’m trying to install a client for openERP which requires the following python libraries:

 


  - python
  - python-gtk2
  - python-glade2
  - python-matplotlib
  - python-egenix-mxdatetime
  - python-xml
  - python-tz
  - python-hippocanvas


 

I can find them all except python-glade2. Any ideas where I can get that from?

There’s no premade rpm for it apparently, you’ll have to grab the sources and compile it yourself - it’s pretty trivial to do with Python, really.

OK thanks.