"Joel Nothman" <[email protected]> writes: > Hi, (long time!) > > I'm trying to work with the development tip of mwlib so that I can upgrade > the parser version that I have been using for a year. > > When I try to import a module such as mwlib.uparser, I get an error:
importing mwlib.uparser works fine for me (However I can trigger this error with "from mwlib.templ import evaluate"). > AttributeError: 'module' object has no attribute 'maybe_newline' > > > I've discovered I can work around this by importing mwlib.templ.nodes > first, but it would be good if some of the circular dependencies were > removed. Regards, - Ralf --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
