This bug could be confirmed (or not) faster if the example you've sent was self-sufficient for copy/paste/run. -- anatoly t.
On Sat, Nov 12, 2011 at 1:43 AM, Giovanni Max Gaspar <[email protected]> wrote: > 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: [email protected] >> To: [email protected] >> Subject: Re: [PySide] FW: Bug Writing to Files (Pyside 1.0.8) >> Date: Sat, 12 Nov 2011 09:20:34 +1100 >> CC: [email protected] >> >> 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: [email protected] >> > Subject: Re: [PySide] Bug Writing to Files (Pyside 1.0.8) >> > To: [email protected]; [email protected] >> > >> > You can share some code snippets so that developers will have an idea of >> > what's wrong, I think.. From: Giovanni Max Gaspar >> > <[email protected]> >> > To: PySide Help <[email protected]> >> > 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 >> > [email protected] >> > http://lists.pyside.org/listinfo/pyside > > _______________________________________________ > PySide mailing list > [email protected] > http://lists.pyside.org/listinfo/pyside > > _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
