it's vetor, cuz in portuguese vector = vetor... So, it's right :P . Like i 
said: the same code was working in the last version of pyside (1.0.7). I have 
an "static application" in that version running just fine... I tried to install 
pyside in another machine to check if it was really a bug and i confirmed... 
It's not my machine and it's not my code... 

btw, my code is versioned, so i checked if i did any change and etc...

thanks.
Giovanni M. G. 

> From: akaba...@pcug.org.au
> To: pyside@lists.pyside.org
> Subject: Re: [PySide] FW:  Bug Writing to Files (Pyside 1.0.8)
> Date: Sat, 12 Nov 2011 09:20:34 +1100
> CC: gigasparzi...@hotmail.com
> 
> vectorStatus (not vetorStatus ???)
>
> On Friday 11 of November 2011 04:55:40 Giovanni Max Gaspar wrote:
> > a piece of code:
> > 
> > ....
> > outFile =
> > QtCore.QFile(self.vetorStatus[self.ui.tabWidget.currentIndex()]['caminhoSalvo'])
> >  action = self.sender()
> > out = QtCore.QTextStream(outFile)
> > 
> > codecName = action.data()
> > out.setCodec(codecName)
> > 
> > out << self.vetorQTextEdit[self.ui.tabWidget.currentIndex()].toPlainText()
> > ...
> > 
> > Date: Thu, 10 Nov 2011 09:51:51 -0800
> > From: tayfun92_kay...@yahoo.com
> > Subject: Re: [PySide] Bug Writing to Files (Pyside 1.0.8)
> > To: gigasparzi...@hotmail.com; pyside@lists.pyside.org
> > 
> > You can share some code snippets so that developers will have an idea of
> > what's wrong, I think.. From: Giovanni Max Gaspar
> > <gigasparzi...@hotmail.com>
> > To: PySide Help <pyside@lists.pyside.org>
> > Sent: Thursday, November 10, 2011 7:44 PM
> > Subject: [PySide] Bug Writing to Files (Pyside 1.0.8)
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > Just reporting...
> > 
> > Since I updated pyside from version 1.0.7 to version 1.0.8, my
> > "applications" stopped writing to files... They just write "blank". I am
> > using the same source codes and the same computer (running Ubuntu 10.04).
> > It could be probably a bug in the new release...
> > 
> > Thanks.
> > Giovanni M . G.
> > 
> > 
> > _______________________________________________
> > PySide mailing list
> > PySide@lists.pyside.org
> > http://lists.pyside.org/listinfo/pyside
                                          
_______________________________________________
PySide mailing list
PySide@lists.pyside.org
http://lists.pyside.org/listinfo/pyside

Reply via email to