Code:
02:02:18 M: 37687296 NOTICE: -->Python Initialized<--
02:02:21 M: 33914880 ERROR: Error Type: exceptions.AttributeError
02:02:21 M: 33914880 ERROR: Error Contents: 'NoneType' object has no attribute 'group'
02:02:21 M: 33914880 ERROR: Traceback (most recent call last):
File "Q:\scripts\Pandora\default.py", line 3, in ?
from libpandora.pandora import Pandora
File "Q:\scripts\Pandora\libpandora\pandora.py", line 5, in ?
import crypt
File "Q:\scripts\Pandora\libpandora\crypt.py", line 2, in ?
import keys
File "Q:\scripts\Pandora\libpandora\keys.py", line 14, in ?
key_out = KeyFile( "crypt_key_output.h" )
File "Q:\scripts\Pandora\libpandora\keys.py", line 6, in __init__
( n, p, s ) = pianoparser.parse_file( fname )
File "Q:\scripts\Pandora\libpandora\pianoparser.py", line 20, in parse_file
n = int( re.search( "_key_n = (\d*)", i ).group(1) )
AttributeError: 'NoneType' object has no attribute 'group'Throwing this error for me on the xbox... using the latest T3CH SVN build "T3CH XBMC 2010-03-10 SVN rev28472"

Search
Help