Menu

#37 Trying to install 0.2.0 installed fine, this one didn't :)

open
nobody
None
5
2007-03-29
2007-03-29
Anonymous
No

Traceback (most recent call last):
File "timezone.py", line 854, in test133
def test133(self): self.vt(d(2024,10,27,1,59,59),'US/Eastern',('-4:00:00','-
5:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-4:00:00', '-5:00:00')

======================================================================
FAIL: test134 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 855, in test134
def test134(self): self.vt(d(2025,10,26,1,59,59),'US/Eastern',('-4:00:00','-
5:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-4:00:00', '-5:00:00')

======================================================================
FAIL: test135 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 856, in test135
def test135(self): self.vt(d(2026,4,5,1,59,59),'US/Eastern',('-5:00:00','-4:
00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-5:00:00', '-4:00:00')

======================================================================
FAIL: test136 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 857, in test136
def test136(self): self.vt(d(2027,4,4,1,59,59),'US/Eastern',('-5:00:00','-4:
00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-5:00:00', '-4:00:00')

======================================================================
FAIL: test137 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 858, in test137
def test137(self): self.vt(d(2027,10,31,1,59,59),'US/Pacific',('-7:00:00','-
8:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-7:00:00', '-7:00:00')!=('-7:00:00', '-8:00:00')

======================================================================
FAIL: test138 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 859, in test138
def test138(self): self.vt(d(2029,4,1,1,59,59),'US/Eastern',('-5:00:00','-4:
00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-5:00:00', '-4:00:00')

======================================================================
FAIL: test139 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 860, in test139
def test139(self): self.vt(d(2029,10,28,1,59,59),'US/Eastern',('-4:00:00','-
5:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-4:00:00', '-5:00:00')

======================================================================
FAIL: test140 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 861, in test140
def test140(self): self.vt(d(2030,10,27,1,59,59),'US/Eastern',('-4:00:00','-
5:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-4:00:00', '-5:00:00')

======================================================================
FAIL: test141 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 862, in test141
def test141(self): self.vt(d(2031,4,6,1,59,59),'US/Mountain',('-7:00:00','-6
:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-6:00:00', '-6:00:00')!=('-7:00:00', '-6:00:00')

======================================================================
FAIL: test142 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 863, in test142
def test142(self): self.vt(d(2032,4,4,1,59,59),'US/Eastern',('-5:00:00','-4:
00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-5:00:00', '-4:00:00')

======================================================================
FAIL: test143 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 864, in test143
def test143(self): self.vt(d(2032,10,31,1,59,59),'US/Eastern',('-4:00:00','-
5:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-4:00:00', '-5:00:00')

======================================================================
FAIL: test144 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 865, in test144
def test144(self): self.vt(d(2034,4,2,1,59,59),'US/Eastern',('-5:00:00','-4:
00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-5:00:00', '-4:00:00')

======================================================================
FAIL: test145 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 866, in test145
def test145(self): self.vt(d(2034,10,29,1,59,59),'US/Eastern',('-4:00:00','-
5:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-4:00:00', '-5:00:00')

======================================================================
FAIL: test146 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 867, in test146
def test146(self): self.vt(d(2035,4,1,1,59,59),'US/Eastern',('-5:00:00','-4:
00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-5:00:00', '-4:00:00')

======================================================================
FAIL: test147 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 868, in test147
def test147(self): self.vt(d(2035,10,28,1,59,59),'US/Mountain',('-6:00:00','
-7:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-6:00:00', '-6:00:00')!=('-6:00:00', '-7:00:00')

======================================================================
FAIL: test148 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 869, in test148
def test148(self): self.vt(d(2036,4,6,1,59,59),'US/Eastern',('-5:00:00','-4:
00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-5:00:00', '-4:00:00')

======================================================================
FAIL: test149 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 870, in test149
def test149(self): self.vt(d(2037,4,5,1,59,59),'US/Eastern',('-5:00:00','-4:
00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-4:00:00', '-4:00:00')!=('-5:00:00', '-4:00:00')

======================================================================
FAIL: test212 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 939, in test212
def test212(self): self.vt(d(2006,03,26,02,59,59),'Australia/Sydney',('11:00
:00','10:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('11:00:00', '11:00:00')!=('11:00:00', '10:00:00')

======================================================================
FAIL: test262 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 991, in test262
def test262(self): self.vt(d(2006,03,26,02,59,59),'Australia/Broken_Hill',('
10:30:00','9:30:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('10:30:00', '10:30:00')!=('10:30:00', '9:30:00')

----------------------------------------------------------------------
Ran 299 tests in 1.153s

FAILED (failures=44)

ERROR: pytvgrab-lib failed to install on your system.
os_name = posix
sys_platform = linux2
sys_version_info = (2, 4, 4, 'candidate', 1)
sys_version = 2.4.4c1 (#2, Oct 11 2006, 21:51:02)
[GCC 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)]

Please submit a bug report including details of your system
and the failed test cases shown above to:

http://sourceforge.net/tracker/?func=add&group_id=87433&atid=583152

Discussion


Log in to post a comment.

MongoDB Logo MongoDB