Re: [PyQt] Bug in latest driver.py file

2010-09-20 Thread Hans Meine
Am Montag 20 September 2010, 15:23:45 schrieb Phil Thompson: > On Mon, 20 Sep 2010 09:17:09 -0400, Phillip Cloud > > pyfile = open(self._opts.output, 'wt', encoding='utf8') > > > > else: > > pyfile = open(self._opts.output, 'wt') > > Already fixed in current snapshots. G

Re: [PyQt] Bug in latest driver.py file

2010-09-20 Thread Phil Thompson
On Mon, 20 Sep 2010 09:17:09 -0400, Phillip Cloud wrote: > Upon getting the annoying unexpected error from the latest pyuic4 I changed > the following code after reading someone's hack to fix this problem in an > earlier release of PyQt4. Would it be possible to make `encoding` a kwarg > in > the