Re: Mantissa Wiki Tutorial
"Duncan McGreggor" <[email protected]> Sat, 16 Feb 2008 09:53:50 -0600
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <[email protected]> |
On 2/16/08, Robert Gravina <[email protected]> wrote: > Just working through this Wiki tutorial: > http://divmod.org/trac/wiki/MantissaWikiTutorial > > After starting up Mantissa and while its trying to bring up the login > page, I see this traceback: > > File "/Users/rgravina/sync/workspace/LearningMantissa/Wiki/ > xmantissa/plugins/wikioff.py", line 3, in <module> > from xmantissa import website, offering, provisioning > exceptions.ImportError: cannot import name provisioning > > I've tried this with both Mantissa 0.6.16 and trunk. > > Is it just that the wiki example is out of date? > > Robert Robert, even though (as JP said) this tutorial may be out of date, I want you to know that we are doing a couple things right now: 1) Improving the overall Mantissa API, and 2) Creating a new Mantissa tutorial. Among the many benefits of the API improvements, you will find that it takes fewer steps (lines of code) to create applications. Additionally, how the different parts of Mantissa interoperate will also be much more clear. We're hoping to have a first draft of the tutorial out a couple weeks after PyCon this (about a month and a half from now). The tutorial will be written in a branch, however, and will document the improved API (in so much as a tutorial is geared to do so). If you are interested in assisting us in its creation and/or fine-tuning as a bleeding-edge user, let us know :-) d