Mantissa installation woes (was: Sine installation woes)
Ivan Uemlianin <[email protected]> Fri, 01 Jun 2007 14:24:28 +0100
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <[email protected]> |
Jean-Paul Calderone wrote: > On Tue, 22 May 2007 15:08:13 +0100, Ivan Uemlianin <[email protected]> > wrote: >> Dear All >> >> I am installing the Divmod frameworks, with the intention of >> experimenting with Sine and Shtoom. I have installed everything except >> Sine with no problems (using python setup.py install). >> >> With Sine I get the following error: >> >> File "/usr/lib/python2.4/site-packages/xmantissa/plugins/sineoff.py", >> line 3, in ? >> from xmantissa import website, offering, provisioning >> exceptions.ImportError: cannot import name provisioning >> >> I have tried this with both the stable (0.6.1) and svn versions of >> Mantissa. >> >> I have grepped through all of Divmod's frameworks (inc. Shtoom) and not >> found provisioning except in import statements. The only class used >> from provisioning is BenefactorFactory. >> >> Please could someone let me know either: >> - Where I can get a version of xmantissa with provisioning and >> BenefactorFactory, or >> - Whether and how I can comment out the offending lines from Sine. >> > > The latest release of Sine should work with the latest release of > Mantissa. > You can check the latest releases out using their tags, which you can > find > here: > > http://divmod.org/trac/browser/tags/releases/ > > Many of these haven't been announced due to time constraints. Now Mantissa won't install: File "/usr/lib/python2.4/site-packages/sine/sipserver.py", line 18, in ? from axiom.item import Item, InstallableMixin exceptions.ImportError: cannot import name InstallableMixin Using the latest Axiom gets the same error. I just tried installing Sine first. Mantissa will install if Sine is installed first. OK, I now seem to have everything installed. Thanks. Next, to start experimenting with Sine and shtoom. Ivan