Possible Duplicate:
Calling MATLAB functions from python
Hi I wrote a matlab code (that easily could be implimented as a function) that convert a series of BMPs to avi. I want a python program to call to this program/function. how do I do it? thanks