Re: Sine installation woes

Jean-Paul Calderone <[email protected]> Wed, 30 May 2007 10:11:19 -0400
Newsgroups gmane.comp.python.quotient.dev
Message-ID <20070530141119.30678.1669684844.divmod.quotient.7592@ohm>
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.

Jean-Paul