How to call python functions from matlab?

2005-06-07 Thread sdhyok
PyMat enables to call matlab functions from python. But, what I want is to call python functions from matlab. Is there any library for it? Thanks. Daehyok Shin -- http://mail.python.org/mailman/listinfo/python-list

How to track down all required shared libraries?

2005-04-30 Thread sdhyok
Recently, I installed many shared libraries to run a program written in Python. Now, I am in the situation to run the same program but on several different machines with the same Linux OS. To avoid the reinstallation, I like to pack up all shared libraries into a directory. Is there a good way to t