> Hi (Mark), Hi Vadim,
> I've fixed Unix build with Python and now it works and even loads Minit.py > on startup. The script itself doesn't work yet because > MAppBase_DialogMessage doesn't exist any more but if you replace it with a > print it does give you the welcome message on console. > > Not very exciting, I know, but this is at least something. Could you > please summarize briefly what is the current state of the Python interface? > I.e. is there anything [else] that works? Unfortunately, my current M is a segfault build so I can't test current status until cvs is in a working version however when I last tested, my results were much like yours I suspect. It seems any ordinary Python code that does not have a M dependency is working OK. We now need to figure out a way to get Python to tell us what functionswe have in the M related modules. Unfortunately, short of reading the code I haven;t yet figured a more automated way. I tried making the following script: import Message import MAppBase import MailFolder import MProfile import MString import MObject f = open("/home/markl/output","w") print >> f, dir("Message"), dir("MAppBase"), dir("MailFolder"), dir("MProfile"), dir("MString"), dir("MObject") f.close() Unfortunately, I got a *dir* but not of the modules as I hoped for. Unfortunateky I didn't get back to figuring out why it is so. Maybe you know as you know Python? HTH, Dr. QA ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers