Path: news.mathworks.com!not-for-mail
From: "Christopher Taylor" <ctaylor9@gatech.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Calling a Python COM object from MATLAB
Date: Mon, 22 Jun 2009 18:14:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 12
Message-ID: <h1ohl9$5oq$1@fred.mathworks.com>
References: <h1edd4$ngr$1@fred.mathworks.com> <h1jbna$t8c$1@fred.mathworks.com>
Reply-To: "Christopher Taylor" <ctaylor9@gatech.edu>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1245694441 5914 172.30.248.38 (22 Jun 2009 18:14:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 22 Jun 2009 18:14:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1884593
Xref: news.mathworks.com comp.soft-sys.matlab:549624


"Yair Altman" <altmanyDEL@gmailDEL.comDEL> wrote in message <h1jbna$t8c$1@fred.mathworks.com>...
> I'm guessing you need to load your Python class object before being able to use it.
> 
> In any case, try using my UIINSPECT utility on the file exchange instead of the built-in methods function: http://www.mathworks.com/matlabcentral/fileexchange/17935
> 
> Yair Altman 
> http://UndocumentedMatlab.com 

Hello, 
  I am the other person working on this project.  Thanks for the reply, when I run your uiinspect, I have the same problem of not being able to see the 'hello' method from the python class. I just get the same methods if I call the built in methods functions.  When you say the python class object needs to be loaded, what did you mean by this? I thought that by calling the actxserver('python.try2')  function I was loading the python class.  Is there something else that I have to do to load the object?
Again thank you for the reply.
-Christopher Taylor