Re: [PyQt] urllib2 replacement in PyQt

2010-06-30 Thread detlev
On Dienstag, 29. Juni 2010, Jon Noble wrote: Hi, i'm having a real hard time with unicode and non-pyqt modules. The latest one I have is with urllib2. Take this url for example: http://www.albumart.org/?srchkey=Björk +Postitempage=1newsearch=1searchindex=Music Urllib2 cannot handle the ö

[PyQt] urllib2 replacement in PyQt

2010-06-29 Thread Jon Noble
Hi, i'm having a real hard time with unicode and non-pyqt modules. The latest one I have is with urllib2. Take this url for example: http://www.albumart.org/?srchkey=Björk +Postitempage=1newsearch=1searchindex=Music Urllib2 cannot handle the ö but browsers (including Eric IDE's helpviewer) can.

Re: [PyQt] urllib2 replacement in PyQt

2010-06-29 Thread Jon Noble
Oh, I forgot to add. I've looked up QHttp but I really don't want to use a signal/slot method. I'd much prefer an urllib2 like method where read() returns the output rather than waiting for a signal to get the output. On Tue, 2010-06-29 at 20:53 +0100, Jon Noble wrote: Hi, i'm having a real hard

Re: [PyQt] urllib2 replacement in PyQt

2010-06-29 Thread Robin Wittler
On 06/29/2010 09:53 PM, Jon Noble wrote: Hi, i'm having a real hard time with unicode and non-pyqt modules. The latest one I have is with urllib2. Take this url for example: http://www.albumart.org/?srchkey=Björk +Postitempage=1newsearch=1searchindex=Music Urllib2 cannot handle the ö but