[SciPy-dev] Problems packaging GSoC statsmodels code as scikit

Robert Kern robert.kern at gmail.com
Sat Aug 22 01:45:18 EDT 2009


On Fri, Aug 21, 2009 at 19:09, Skipper Seabold<jsseabold at gmail.com> wrote:
> Hello all,
>
> I have been trying to package the models code using the scikits
> template and have run into a problem.
>
> On linux, both Kubuntu 64-bit and openSuSE 32-bit, I can install the
> package (sudo python setup.py install), but when I do
>
> from scikits import statsmodels
> statsmodels.test()

Known issue. setuptools installs files with the executable flag set
(for quite silly reasons), and nosetests refuses to load such files by
default. nose 0.11 has an option to disable that behavior.

-- 
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