[SciPy-Dev] ANN: SciPy 0.9.0 release candidate 5

Christoph Gohlke cgohlke at uci.edu
Mon Feb 21 03:11:39 EST 2011



On 2/20/2011 4:19 PM, Ralf Gommers wrote:
> On Mon, Feb 21, 2011 at 4:50 AM, Alan G Isaac<alan.isaac at gmail.com>  wrote:
>> Still getting the directory removal error.
>> Otherwise looks ok on Vista with Python 2.7.
>
> Thanks for testing Alan.
>
> This dir removal message does indicate a problem that should be
> addressed, but I don't consider it urgent to do so for 0.9.0. Could
> you please file a ticket?
>
> Thanks,
> Ralf
>
>>
>> NumPy version 1.5.0
>> NumPy is installed in c:\Python27\lib\site-packages\numpy
>> SciPy version 0.9.0rc5
>> SciPy is installed in c:\Python27\lib\site-packages\scipy
>> Python version 2.7 (r27:82525, Jul  4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
>> nose version 0.11.0
>> error removing c:\users\alanis~1\appdata\local\temp\tmpmd729qcat_test: c:\users\alanis~1\appdata\local\temp\tmpmd729qcat_test: The directory is not empty
>> ...................................................................................................
>> ----------------------------------------------------------------------
>> Ran 4728 tests in 72.356s
>>
>> OK (KNOWNFAIL=12, SKIP=42)

The message comes from scipy/weave/tests/test_catalog.py 
test_create_catalog(). If the catalog is closed before removing the test 
directory everything is good. A patch is attached.

Christoph
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: test_catalog.diff
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20110221/6cf2333f/attachment.ksh>


More information about the SciPy-Dev mailing list