[SciPy-dev] requesting feedback on/editing of scikits wiki-page
Robert Kern
robert.kern@gmail....
Mon May 21 20:24:55 CDT 2007
David Cournapeau wrote:
> I got the following error when importing the package (from scikits
> import pyaudiolab)
> <class 'pkg_resources.DistributionNotFound'>: scikits.pyaudiolab
>
> If I uncommend the line __version__ =
> require('scikits.pyaudiolab')[0].version, everything is fine.
Change
DISTNAME = 'pyaudiolab'
to
DISTNAME = 'scikits.pyaudiolab'
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the Scipy-dev
mailing list