[SciPy-Dev] ANN: scipy 0.8.0 release candidate 2

Ralf Gommers ralf.gommers at googlemail.com
Wed Jul 14 09:59:33 EDT 2010


On Tue, Jul 13, 2010 at 10:54 PM, Alan G Isaac <aisaac at american.edu> wrote:

> On 7/13/2010 9:40 AM, Ralf Gommers wrote:
> > Also can't reproduce the dir removal message. Can you run the tests with
> > verbose=2 and see which test it is?
>
>
> The error is reported on line 4366,
> with the following context.
>
>         test_create_catalog (test_catalog.TestGetCatalog) ... Running unit
> tests for scipy
>          NumPy version 1.4.1
>         NumPy is installed in c:\Python26\lib\site-packages\numpy
>         SciPy version 0.8.0rc2
>         SciPy is installed in c:\Python26\lib\site-packages\scipy
>         Python version 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC
> v.1500 32 bit (Intel)]
>         nose version 0.11.0
>          error removing
>         c:\users\private\appdata\local\temp\tmpia8s7rcat_test:
>         c:\users\private\appdata\local\temp\tmpia8s7rcat_test: The
>         directory is not empty
>
> The output is long, so I'll send it off list.
>
> Looks like this has something to do with either the permissions on the
folder being set wrong, in which case it can't be removed even though it's
empty, or with Python wanting a case-sensitive filename, which is impossible
to get on Windows except for when using the win32api extension. In either
case, it's not easy to solve. And since it's just some empty folders
sticking around in a temp dir I'm going to just ignore the issue for now.
Some other bug reports on the same issue:
http://bitbucket.org/pv/textext/issue/25
http://bitten.edgewall.org/ticket/253

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20100714/9544d764/attachment.html>


More information about the SciPy-Dev mailing list