The installation of the library failed with the following errors:
(partial error report, see attachment for full report)
======================================================================
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.523s
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, Oct 6 2006, 07:49:22)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)]
=====================
System:
Ubuntu 6.06 LTS
Linux HTPC 2.6.15-27-amd64-generic #1 SMP PREEMPT Sat Sep 16 01:50:50 UTC 2006 x86_64 GNU/Linux
Python 2.4.3
Full error report