Add IPO to Object via Python

Hi,
I am relatively new to Blender’s Python API, but I am armed with the documentation.:cool:
I have just a quick question, how do I write values to IPO curves to an object, thus animating it via python? What function/routine allows me to do this?

I had a hard time trying to find the answer through Google and Blender’s API, but with no avail…:frowning:

Thanks!:slight_smile:

-Masoug

Use blender 2.54 and get the examples of coding from http://blenderartists.org/forum/showthread.php?p=1723096#post1723096
(page three, the newest *.zip) there are examples of fcurves (old was IPO)…