Re: [PyQt] QWidget 'destroyed' signal: possible regression?

2012-03-10 Thread Pierre Raybaut
...@riverbankcomputing.com a écrit : On Sun, 26 Feb 2012 16:23:26 +0100, Pierre Raybaut pierre.rayb...@gmail.com wrote: Hi Phil, I recently found out that a feature succesfully tested with older versions of PyQt was broken (http://code.google.com/p/spyderlib/issues/detail?id=951) and at the same time

[PyQt] QWidget 'destroyed' signal: possible regression?

2012-02-26 Thread Pierre Raybaut
Hi Phil, I recently found out that a feature succesfully tested with older versions of PyQt was broken (http://code.google.com/p/spyderlib/issues/detail?id=951) and at the same time the Matplotlib developers contacted me for a similar issue (https://github.com/matplotlib/matplotlib/issues/711).

[PyQt] Strange bug with QFileDialog static methods and IPython running in a QProcess on win32

2010-06-20 Thread Pierre Raybaut
Hi Phil, I did a lot of tests about this bug and I still can't understand where it comes from. At least I've succeeded in narrowing down the test cases: * test #1: from PyQt4.QtGui import QFileDialog, QApplication app = QApplication([]) filename = QFileDialog.getSaveFileName(None) * test #2:

[PyQt] [ANN] Spyder v1.0.3 released

2010-01-17 Thread Pierre Raybaut
Hi all, I'm pleased to announce here that Spyder version 1.0.3 has been released: http://packages.python.org/spyder __Important__ Spyder v1.0.3 is a *critical* bugfix release (bonus: new Apply button in matplotlib's figure options editor). Previously known as Pydee, Spyder (Scientific

[PyQt] [ANN] Spyder v1.0.2 released

2010-01-10 Thread Pierre Raybaut
Hi all, I'm pleased to announce here that Spyder version 1.0.2 has been released: http://packages.python.org/spyder Previously known as Pydee, Spyder (Scientific PYthon Development EnviRonment) is a free open-source Python development environment providing MATLAB-like features in a simple and

Re: [PyQt] Regressions on destruction of objects?

2009-11-07 Thread Pierre Raybaut
FYI, with PyQt4 v4.6.1, the matplotlib's Qt4 backend is no longer usable interactively because the 'destroyed()' signal is not emitted when matplotlib's figure (QMainWindow instance) is closed (and destroyed, thanks to the Qt.WA_DeleteOnClose attribute). In other words, one can only show one

[PyQt] [ANN] Spyder v1.0.0 released

2009-10-18 Thread Pierre Raybaut
Hi all, I'm pleased to announce here that Spyder version 1.0.0 has been released: http://packages.python.org/spyder Previously known as Pydee, Spyder (Scientific PYthon Development EnviRonment) is a free open-source Python development environment providing MATLAB-like features in a simple and

Re: [PyQt] Is QScintilla slower/more buggy than its wxPython counterpart?

2009-08-17 Thread Pierre Raybaut
2009/8/17 Phil Thompson p...@riverbankcomputing.com: On Sun, 16 Aug 2009 08:56:56 +0200, Pierre Raybaut cont...@pythonxy.com wrote: Hi, Following a bug report on Spyder (PKA Pydee, the Scientific PYthon Development EnviRonment), I've just wrote a simple test with PyQt4 and QScintilla: http

[PyQt] Is QScintilla slower/more buggy than its wxPython counterpart?

2009-08-16 Thread Pierre Raybaut
Hi, Following a bug report on Spyder (PKA Pydee, the Scientific PYthon Development EnviRonment), I've just wrote a simple test with PyQt4 and QScintilla: http://spyderlib.googlecode.com/files/qscitest.py This simple test shows two things (maybe bugs?): 1. QScintilla widget is very slow when

[PyQt] Truncated text in menu titles, tabs, and other widgets

2009-07-26 Thread Pierre Raybaut
Hi all, I had several bug reports for Pydee project (http://code.google.com/p/pydee/) regarding what seems to be a PyQt-related bug: - symptoms: truncated text in menu titles, tabs and other widgets ; - example:

[PyQt] Bug: PyQt4 4.3.3 with py2exe 0.6.9 and pywin32 2.13 on Python 2.5

2009-06-20 Thread Pierre Raybaut
Hi all, FYI, here is a viscious bug I found: it may appear if you have installed py2exe 0.6.9, pywin32 2.13 and PyQt4 4.3.3 on Python 2.5 (using the official binaries for each of these packages). Example: #--- from

[PyQt] AttributeError: installTranslator

2009-03-29 Thread Pierre Raybaut
Hi, I had a bug report last week on PyQtShell Google Code site and I can't see what's wrong. Here it the traceback (where app is a QApplication instance and qt_translator is a QTranslator instance): traceback: Traceback (most recent call last): File /usr/bin/pydee, line 8, in module

[PyQt] Pydee v0.3.0

2009-03-10 Thread Pierre Raybaut
Hi all, Two months ago, I made an announcement regarding a little open-source project of mine, PyQtShell -- that is a module providing embeddable console widgets for your PyQt applications (interactive Python shell, workspace, working directory browser, editor, ...) as well as Pydee, a

Re: [PyQt] PyQtShell

2009-01-23 Thread Pierre Raybaut
Message: 7 Date: Sun, 18 Jan 2009 22:07:57 -0800 (PST) From: eliben eli...@gmail.com Subject: Re: [PyQt] PyQtShell To: pyqt@riverbankcomputing.com Message-ID: 21537432.p...@talk.nabble.com Content-Type: text/plain; charset=us-ascii Pierre Raybaut wrote: Hi all, I would like to share

[PyQt] PyQt 4.4.4 win32 binaries for Python 2.5

2008-12-23 Thread Pierre Raybaut
Hi Phil, I see that PyQt 4.4.4 win32 binaries are still available only for Python 2.6. Have you considered distributing binaries for Python 2.5? I guess that a lot of PyQt users are still depending on Python 2.5, and since building PyQt is not a 5-minutes task (please consider that it's

[PyQt] PyQt and 3D visualization

2008-08-06 Thread Pierre Raybaut
similar to those of TVTK (basic tools that one could put in a toolbar: rotation, zoom, projections, ...)? Thanks for your help, Regards, Pierre Raybaut ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Bug - PyQt 4.4.2 and Matplotlib 0.91.2

2008-06-01 Thread Pierre Raybaut
Darren Dale a écrit : On Friday 30 May 2008 5:22:44 pm Pierre Raybaut wrote: Hi, I found out a performance bug when embedding a Matplotlib 0.91.2 canvas in a PyQt 4.4.2 object: the pan/zoom feature is very slow (with PyQt 4.3.3, and the exact same scripts, pan/zoom is real-time). I am

[PyQt] Bug - PyQt 4.4.2 and Matplotlib 0.91.2

2008-05-30 Thread Pierre Raybaut
could have an idea about this? Thanks for your help! Regards, Pierre Raybaut ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Re: PyQt 4.4.2 GPL installer / missing DLL

2008-05-25 Thread Pierre Raybaut
Thompson a écrit : On Friday 23 May 2008 6:47:11 pm Pierre Raybaut wrote: About this missing DLL issue, the main difference between the 4.3.3 and 4.4.x Windows installer releases seems to be about the .dll management. Apparently, since 4.4.1 release, for example

[PyQt] Re: PyQt Digest, Vol 46, Issue 51

2008-05-25 Thread Pierre Raybaut
If I were you I'd ignore the PyQt installer (in the same way I ignore the Qt installer) and install PyQt from your own installer in a way that suits your users. I could do that... but the main idea of my way of redistributing Python packages was to avoid reinventing the wheel: that's why I

[PyQt] Re: PyQt 4.4.2 GPL installer / missing DLL

2008-05-23 Thread Pierre Raybaut
I know where it comes from: Qt-Eclipse Integration package was interfering with the new PyQt installer... 2008/5/22 Pierre Raybaut [EMAIL PROTECTED]: I didn't have much time to test this, so I must have missed something (sorry!): in fact, on a fresh Windows XP SP2 install, all is working well

Re: [PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-23 Thread Pierre Raybaut
2008/5/21 Phil Thompson [EMAIL PROTECTED]: On Wednesday 21 May 2008 12:35:39 Python(x,y) wrote: 2008/5/21 Phil Thompson [EMAIL PROTECTED]: So my question is: would it be possible to update PATH for all users without showing this dialog box when the installer is running in silent

[PyQt] Re: PyQt 4.4.2 GPL installer / missing DLL

2008-05-23 Thread Pierre Raybaut
About this missing DLL issue, the main difference between the 4.3.3 and 4.4.x Windows installer releases seems to be about the .dll management. Apparently, since 4.4.1 release, for example, there is not only a QtCore.pyd file but also a QtCore4.dll and so on. Hence the new add to path installer

[PyQt] Re: PyQt 4.4.2 GPL installer / missing DLL

2008-05-22 Thread Pierre Raybaut
this. Anyway, I'll have to wait until this bug is corrected to update Python(x,y) distro. Thanks, Pierre -- Pierre Raybaut Python(x,y) http://www.pythonxy.com ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com