On Wed, 12 Nov 2003 13:10:50 +1000 (EST) Mark Livingstone <[EMAIL PROTECTED]> wrote:
ML> Python now builds cleanly Good work, Mark! It also builds here (under Windows) now. ML> 12:48:05: Python error: Traceback (most recent call last): ML> 12:48:05: File "/usr/local/share/Mahogany/scripts/Minit.py", line 15, in ? ML> 12:48:05: import MString, MAppBase, MailFolder, MProfile, Message ML> 12:48:05: File "/usr/local/share/Mahogany/scripts/MAppBase.py", line 4, in ? ML> 12:48:05: import _MAppBase ML> 12:48:05: ImportError: No module named _MAppBase ML> 12:48:05: Python: Cannot find/evaluate Minit.py initialisation script. I don't understand why does this happen :-( _MAppBase is a built in module and it is supposed to be imported when init_MAppBase() is called from InitPython(). VZ ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
