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

2012-03-10 Thread Pierre Raybaut
> On Sun, 26 Feb 2012 16:23:26 +0100, Pierre Raybaut > 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 >> sa

[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). T

[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 PYth

[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 li

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 fi

[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 li

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

2009-08-17 Thread Pierre Raybaut
2009/8/17 Phil Thompson : > On Sun, 16 Aug 2009 08:56:56 +0200, Pierre Raybaut > 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:

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

2009-08-15 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 w

[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: http://pydee.googlecode.com/issues/attachment?aid=-9175874176276135624&name

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

2009-06-19 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 load_

[PyQt] Pydee v0.3.0

2009-03-11 Thread Pierre Raybaut
- Edit: Apparently, there's a bug (a what?!) in Pydee v0.3.0 You won't be able to install it and test it until v0.3.1 (I'll release it in 10-12 hours) Sorry for that - Hi all, Two months ago,

[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 PYth

Re: [PyQt] PyQtShell

2009-01-23 Thread Pierre Raybaut
Message: 7 Date: Sun, 18 Jan 2009 22:07:57 -0800 (PST) From: eliben 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

[PyQt] PyQtShell

2009-01-11 Thread Pierre Raybaut
Hi all, I would like to share with you this little open-source project of mine, PyQtShell: http://pypi.python.org/pypi/PyQtShell/ http://code.google.com/p/pyqtshell/ I've just started it a few days ago and I worked on it only a couple of hours at home this week and saturday morning... so do n

[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 much

[PyQt] PyQt 4.4.3 / Bug with SciPy

2008-09-26 Thread Pierre Raybaut
Hi, PyQt 4.4.3 has introduced a new bug with SciPy 0.6 (released a long time ago). When you type: from scipy import interpolate # interpolate is just an example, it could be anything else from PyQt4 import QtGui # again, it's an example: e.g. it fails with QtCore too you get the following err

Re: [PyQt] PyQt and 3D visualization

2008-08-06 Thread Pierre Raybaut
2008/8/6 Phil Thompson <[EMAIL PROTECTED]>: > On Wed, 6 Aug 2008 11:11:52 +0200, "Pierre Raybaut" <[EMAIL PROTECTED]> > wrote: >> Hi Phil, >> >> As I probably already mentioned, I'm very interested in PyQt for >> scientific GUI programming

[PyQt] PyQt and 3D visualization

2008-08-06 Thread Pierre Raybaut
h features 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 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 cho

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

2008-05-25 Thread Pierre Raybaut
ay 2008 09:33:00 +0200) > Phil 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 mana

[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 f

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 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 instal

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

2008-05-22 Thread Pierre Raybaut
; matplotlib objects embedded in PyQt 4.4.2 GUIs. So I guess that the > matplotlib Qt4 backend is not compatible with PyQt 4.4.x. I will post on > matplotlib mailing list about this. > > Anyway, I'll have to wait until this bug is corrected to update Python(x,y) > distro. &