> 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
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
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:
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
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
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
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
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:
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
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
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
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_
-
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
; 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.
&
28 matches
Mail list logo