Menu

#30 Errors running setup.py install Ubuntu

installation
open
lib (12)
5
2014-12-25
2006-08-17
Amadeus
No

amadeus@home-tv:~/Desktop/pytvgrab-lib-0.5.1$ python
setup.py install
Unit testing timezone
............................................................................................................FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.............................................................F.................................................F.....................................
======================================================================
FAIL: test108 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 829, in test108
def test108(self):
self.vt(d(2007,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: test109 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 830, in test109
def test109(self):
self.vt(d(2007,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: test110 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 831, in test110
def test110(self):
self.vt(d(2008,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: test111 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 832, in test111
def test111(self):
self.vt(d(2009,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: test112 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 833, in test112
def test112(self):
self.vt(d(2009,10,25,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: test113 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 834, in test113
def test113(self):
self.vt(d(2011,4,3,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: test114 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 835, in test114
def test114(self):
self.vt(d(2011,10,30,1,59,59),'US/Central',('-5:00:00','-6:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-5:00:00', '-5:00:00')!=('-5:00:00',
'-6:00:00')

======================================================================
FAIL: test115 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 836, in test115
def test115(self):
self.vt(d(2012,4,1,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: test116 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 837, in test116
def test116(self):
self.vt(d(2012,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: test117 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 838, in test117
def test117(self):
self.vt(d(2013,4,7,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: test118 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 839, in test118
def test118(self):
self.vt(d(2014,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: test119 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 840, in test119
def test119(self):
self.vt(d(2014,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: test120 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 841, in test120
def test120(self):
self.vt(d(2015,10,25,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: test121 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 842, in test121
def test121(self):
self.vt(d(2016,4,3,1,59,59),'US/Pacific',('-8:00:00','-7:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-7:00:00', '-7:00:00')!=('-8:00:00',
'-7:00:00')

======================================================================
FAIL: test122 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 843, in test122
def test122(self):
self.vt(d(2016,10,30,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: test123 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 844, in test123
def test123(self):
self.vt(d(2017,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: test124 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 845, in test124
def test124(self):
self.vt(d(2017,10,29,1,59,59),'US/Central',('-5:00:00','-6:00:00'))
File "timezone.py", line 714, in vt
assert rv==expected, str(rv) + "!=" + str(expected)
AssertionError: ('-5:00:00', '-5:00:00')!=('-5:00:00',
'-6:00:00')

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

======================================================================
FAIL: test126 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 847, in test126
def test126(self):
self.vt(d(2019,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: test127 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 848, in test127
def test127(self):
self.vt(d(2020,10,25,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: test128 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 849, in test128
def test128(self):
self.vt(d(2021,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: test129 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 850, in test129
def test129(self):
self.vt(d(2021,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: test130 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 851, in test130
def test130(self):
self.vt(d(2022,4,3,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: test131 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 852, in test131
def test131(self):
self.vt(d(2022,10,30,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: test132 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "timezone.py", line 853, in test132
def test132(self):
self.vt(d(2024,4,7,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: test133 (timezone.Timezone_UnitTest)
----------------------------------------------------------------------
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 0.443s

FAILED (failures=44)

ERROR: pytvgrab-lib failed to install on your system.
os_name = posix
sys_platform = linux2
sys_version_info = (2, 4, 3, 'final', 0)
sys_version = 2.4.3 (#2, Apr 27 2006, 14:43:58)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)]

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.