Re: how to communicate in python with an external process

2011-03-07 Thread Benjamin Kaplan
On Mon, Mar 7, 2011 at 6:12 PM, Danny Shevitz wrote: > >> >> http://pypi.python.org/pypi/pymatlab/ >> >> Cheers, >> Chris > > I am on a mac. Does pymatlab support mac's? I tried the linux 64 bit egg > (downloaded to my local machine) and got: > > macshevitz:~ dannyshevitz$ sudo easy_install > pym

Re: how to communicate in python with an external process

2011-03-07 Thread Danny Shevitz
> > http://pypi.python.org/pypi/pymatlab/ > > Cheers, > Chris I am on a mac. Does pymatlab support mac's? I tried the linux 64 bit egg (downloaded to my local machine) and got: macshevitz:~ dannyshevitz$ sudo easy_install pymatlab-0.1.3-py2.6-linux-x86_64. egg Password: Searching for pymatlab-

Re: how to communicate in python with an external process

2011-03-07 Thread Chris Rebert
On Mon, Mar 7, 2011 at 1:58 PM, Danny Shevitz wrote: > Howdy, > > I'm a long time python user but ran across something I have never needed to do > before and don't know how to do it. > > The issue is that I need for my python script to call some matlab routines. > Matlab is very expensive to start

how to communicate in python with an external process

2011-03-07 Thread Danny Shevitz
Howdy, I'm a long time python user but ran across something I have never needed to do before and don't know how to do it. The issue is that I need for my python script to call some matlab routines. Matlab is very expensive to start running, so I only want to run it once. I also want the changes