[pyxpcom] Not showing class info in pyxpcom
by Project Work other posts by this author
Jan 22 2007 2:24AM messages near this date
view in the new Beta List Site
Re: [pyxpcom] PyXPCOM & Pyrex
|
Re: [pyxpcom] Not showing class info in pyxpcom
Hi,
I build the suite from the MOZILLA_1_8_0_BRANCH branch.
I am not getting the class info when i run it from the python interpreter.
> >> from xpcom import components
Type Manifest File: /home/sairahul/mozilla_checkout/mozilla/suite-debug/dist/bin/components/
xpti.dat
> >> file_cls = components.classes["@mozilla.org/file/local;1"]
> >> file_abs = file_cls.createInstance(components.interfaces.nsILocalFile)
> >> print file_abs
<XPCOM component '@mozilla.org/file/local;1' (with no class info)>
Can you please tell why it is not showing the class info. I read in the IBM article that the
re is method called "_interface_methods_" which is used to find all the methods, but i do no
t find it.
Thanks,
Sai Rahul.
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091
Thread:
Project Work
Mark Hammond
|