Rob Shortt wrote:
> +            print "  %s (%s): %s" % 
> (program.channel.short_name.encode('latin-1'), start_time, 
> program.title.encode('latin-1'))
> +            if program.description:
> +                print "\t* " + "\n\t  
> ".join(textwrap.wrap(program.description.encode('latin-1'), 60))

See my other mail. Please use the logging module yo avoid crashes in
debug messages. 

BTW, textwrap? Wjy do I keep writing that kind of function myself all
the time if it is a python module? Well, too much modules in Python I
don't know about. Thanks.


Dischi

-- 
File not found. Should I fake it? (Y/N)

Attachment: pgpW9fYUo84im.pgp
Description: PGP signature

Reply via email to