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

Skipper Seabold jsseabold at gmail.com
Sat Aug 22 10:31:56 EDT 2009


On Sat, Aug 22, 2009 at 1:45 AM, Robert Kern<robert.kern at gmail.com> wrote:
> 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.

Wonderful.  I was hoping it was something as simple as this.  I did
notice that the files were marked as executable and thought that odd.
I was adding shebangs to them all and then still pulling my hair
out...

Thanks.

Skipper



More information about the SciPy-Dev mailing list