Re: playing with pyGoogle - strange codec error

2005-04-05 Thread Brian Blazer
On 2005-04-05 13:55:48 -0500, Erik Max Francis <[EMAIL PROTECTED]> said: Thank you, that worked. Brian -- Nail a post to the Spalted Board. Free WW'ing software and forums. Regular freebies! http://www.spaltedboard.com -- http://mail.python.org/mailman/listinfo/python-list

Re: playing with pyGoogle - strange codec error

2005-04-05 Thread Erik Max Francis
Brian Blazer wrote: You know, I am beginning to think that I MAY have stumbled on a bug here. At first I was thinking that this issue was related to the offending character being out of range for the Mac. Then I tried it on A MS machine and a linux box; all with the same error. The problem, co

Re: playing with pyGoogle - strange codec error

2005-04-05 Thread Brian Blazer
On 2005-04-04 10:06:23 -0500, Brian Blazer <[EMAIL PROTECTED]> said: You know, I am beginning to think that I MAY have stumbled on a bug here. At first I was thinking that this issue was related to the offending character being out of range for the Mac. Then I tried it on A MS machine and a l

Re: playing with pyGoogle - strange codec error

2005-04-05 Thread Brian Blazer
On 2005-04-05 07:32:12 -0500, "Richard Brodie" <[EMAIL PROTECTED]> said: "Brian Blazer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Everything works fine until I get to r.snippet. Here is the error: UnicodeEncodeError: 'ascii' codec can't encode character '\ua9' in position 119: or

Re: playing with pyGoogle - strange codec error

2005-04-05 Thread Richard Brodie
"Brian Blazer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Everything works fine until I get to r.snippet. Here is the error: > > UnicodeEncodeError: 'ascii' codec can't encode character '\ua9' in > position 119: ordinal not in range(128) You have a character there (the copyri

playing with pyGoogle - strange codec error

2005-04-04 Thread Brian Blazer
Hello, I am playing around with pyGoogle and encountered an error that I have never seen, and I am unsure how to correct for it. Here is a code snippet: for r in data.results: print 'Title: ',r.title print 'URL: ',r.URL print 'Summary: ',r.snippet print Everything works fine until I