Re: [PyQt] QSVGWidget load method, python3

2009-04-01 Thread Phil Thompson
On Sun, 29 Mar 2009 12:10:11 -0400, Matt Smith wrote: > Okay I was playing around with python 3 and I found that the SVGWidget > gives me a 'file not found error' when I use either the method > > #new data is a QString svg file > > serialized_data = newdata.toLocal8Bit() > self.load(serial

[PyQt] QSVGWidget load method, python3

2009-03-29 Thread Matt Smith
Okay I was playing around with python 3 and I found that the SVGWidget gives me a 'file not found error' when I use either the method #new data is a QString svg file serialized_data = newdata.toLocal8Bit() self.load(serialized_data) or if I use a connect statement, self.connect(self,