[Zope3-dev] Win32 Tests - Zope 3 - Too many errors :-(

zope-tests@squishdot.org zope-tests@squishdot.org
Fri, 10 Jan 2003 02:35:33 +0000


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

Error in test testMonthAbbr (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'

Error in test testMonthNames (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'

Error in test testWeekdayAbbr (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'

Error in test testWeekdayNames (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'

Error in test testDateTimeParseError (zope.i18n.tests.test_formats.TestDateTimeFormat)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 168, in setUp
    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'

Error in test testFormatAMPMDateTime (zope.i18n.tests.test_formats.TestDateTimeFormat)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 168, in setUp
    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'

Error in test testFormatRealDateTime (zope.i18n.tests.test_formats.TestDateTimeFormat)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 168, in setUp
    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'

Error in test testFormatSimpleDateTime (zope.i18n.tests.test_formats.TestDateTimeFormat)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 168, in setUp
    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'

Error in test testInterfaceConformity (zope.i18n.tests.test_formats.TestDateTimeFormat)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 168, in setUp
    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'

Error in test testParseAMPMDateTime (zope.i18n.tests.test_formats.TestDateTimeFormat)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 168, in setUp
    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'

Error in test testParseRealDateTime (zope.i18n.tests.test_formats.TestDateTimeFormat)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 168, in setUp
    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'

Error in test testParseSimpleDateTime (zope.i18n.tests.test_formats.TestDateTimeFormat)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 168, in setUp
    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'

Error in test testFormatDecimal (zope.i18n.tests.test_formats.TestNumberFormat)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 463, in setUp
    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'

Error in test testFormatPadding1Padding2WithPrefix (zope.i18n.tests.test_formats.TestNumberFormat)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 463, in setUp
    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'

Error in test testFormatPadding1Scientific (zope.i18n.tests.test_formats.TestNumberFormat)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_formats.py", line 463, in setUp
    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
<truncated>