[Zope3-dev] Win32 Tests - Zope 3 - Now i get different spew ;-)

Chris Withers chrisw@nipltd.com
Fri, 10 Jan 2003 18:14:42 +0000


zope-tests@squishdot.org wrote:
> ==============================================================================
> ==============================================================================
> Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]
> 
> Modules included:
> Zope3 (HEAD)
> 
> Running tests from D:\ZopeTests\sandbox\Zope3
> Exception exceptions.OSError: (13, 'Permission denied', 'C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~2288-147.inv') in <bound method TemporaryFileWrapper.__del__ of <closed file 'C:\DOCUME~1\CHRISW~1\LOCALS~1\Temp\~2288-147.inv', mode 'w+b' at 0x01F10EB0>> ignored
> Error in test testEra (zope.i18n.tests.test_formats.TestBuildDateTimeParseInfo)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 135, in setUp
>     self.locale = ICUXMLLocaleFactory(path)()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\locales.py", line 1019, in __call__
>     for version in self._extractVersions():
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\locales.py", line 760, in _extractVersions
>     date = time.strptime(date, '%a %b %d %H:%M:%S %Y')
> AttributeError: 'module' object has no attribute 'strptime'

Lots of these. What do they mean? How do I fix them?

cheers,

Chris