Hi, I was wondering if anyone has tested or has working EventCalendar-099 and Moinmoin 1.8.0 working together? I know zero about python so trying to see what's broken (or if i did something wrong) is nearly impossible for me. I had a couple issues with certain *.py files not imported and i believe i have gotten past that. I change the following in the EventCalendar.py script:
from MoinMoin.parser import wiki TO from MoinMoin.parser import text_moin_wiki and removed: from MoinMoin.Page import Page and added "Page" to the end of an existing "from" line: from MoinMoin import wikiutil, config, search, caching, Page Don't know if this is write or wrong, but it seems to not complain about these pieces anymore. Now i'm stuck with the following error: 'module' object is not callable args = ("'module' object is not callable",) Here's the last line of the debug: 1392 1393 # cache configurations 1394 arena = Page(request, Globs.pagename) 1395 1396 eventkey = 'events' arena undefined, global Page = <module 'MoinMoin.Page' from /opt/moin/lib/python2.4/site-packages/MoinMoin/Page.pyc'>, request = <MoinMoin.request.request_standalone.Request object at 0x70fe30>, global Globs = <classwikiconfig.p_47c322caf44e6e2569f64039b53c03c9b3ffab3c.macro.EventCalendar.Globs at 0x4fb9c0>, Globs.pagename = u'EventCalendar' Any thoughts or suggestions would be appreciated. Thanks in Advance... ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Moin-user mailing list Moin-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user