Context:
Windows XP
PyQt version from: PyQt-Py2.5-gpl-4.3.3-2.exe
Python from: python-2.5.1.msi
Fluid Synthesisor dll from:
http://download.savannah.gnu.org/releases/fluid/fluidsynth-1.0.3-win32.zip
I seem to be getting an interaction / coexistence problem with the
Am Dienstag, 11. März 2008 schrieb Sibylle Koczian:
> Hello,
>
> somewhere in the QSqlTableModel code there must be SQL statements for
> UPDATE, INSERT and DELETE, to make the model editable. Right? I can't
> find methods to view these statements - is it necessary to dig into the
> C++ code to find
>Date: Tue, 11 Mar 2008 14:01:36 +0100 (CET)
>From: Alexandre Radicchi <[EMAIL PROTECTED]>
>Subject: [PyQt] The pyQT book
>To: pyqt@riverbankcomputing.com
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="iso-8859-1"
>Hi all,
>sorry for posting an "off-topic" message, but since
On Tuesday 11 March 2008 12:03, Detlev Offenbach wrote:
> sorry for posting that much today but I have another question. Would it be
> possible to generate a (or multiple) API file(s) and install it to the API
> directory like it is done for PyQt4?
Looks like no problem - I should have all of that
On Tuesday 11 March 2008 11:16, Detlev Offenbach wrote:
> On Dienstag, 11. März 2008, Jim Bublitz wrote:
> > PyKDE4-4.0.2 is now available at riverbankcomputing.com.
> >
> > It includes some minor fixes to problems that were preventing PyKDE4 from
> > building against KDE 4.0.2, the addition to kde
On Tuesday 11 March 2008 11:39, Detlev Offenbach wrote:
> On Dienstag, 11. März 2008, Detlev Offenbach wrote:
> > On Dienstag, 11. März 2008, Jim Bublitz wrote:
> > > PyKDE4-4.0.2 is now available at riverbankcomputing.com.
> > >
> > > It includes some minor fixes to problems that were preventing P
The release today has a few bugs which need fixing. The fixes are already
done, but I need to test compile before uploading a new release, and that
takes awhile - I have PyKDE4 on a slow machine. I also have a couple more
potential bugs to check out.
Although compiling on that machine doesn't
On 11.03.08 18:48:21, Detlev Offenbach wrote:
> On Dienstag, 11. März 2008, Jim Bublitz wrote:
> > PyKDE4-4.0.2 is now available at riverbankcomputing.com.
> >
> > It includes some minor fixes to problems that were preventing PyKDE4 from
> > building against KDE 4.0.2, the addition to kdecore of so
On Dienstag, 11. März 2008, Jim Bublitz wrote:
> PyKDE4-4.0.2 is now available at riverbankcomputing.com.
>
> It includes some minor fixes to problems that were preventing PyKDE4 from
> building against KDE 4.0.2, the addition to kdecore of some global
> functions for retrieving version info about
On Dienstag, 11. März 2008, Jim Bublitz wrote:
> PyKDE4-4.0.2 is now available at riverbankcomputing.com.
>
> It includes some minor fixes to problems that were preventing PyKDE4 from
> building against KDE 4.0.2, the addition to kdecore of some global
> functions for retrieving version info about
On Tuesday 11 March 2008 10:48, Detlev Offenbach wrote:
> I have a dual installation of KDE. KDE4 is installed alongside KDE3, which
> is my main desktop. The environment variable KDEDIR is set to /opt/kde3
> (openSUSE 10.3). This makes configure.py to pick up KDE3 instead of KDE4.
> Here is an exc
On Dienstag, 11. März 2008, Detlev Offenbach wrote:
> On Dienstag, 11. März 2008, Jim Bublitz wrote:
> > PyKDE4-4.0.2 is now available at riverbankcomputing.com.
> >
> > It includes some minor fixes to problems that were preventing PyKDE4 from
> > building against KDE 4.0.2, the addition to kdecore
On Tuesday 11 March 2008, Sergio Campos wrote:
> Hi everyone,
>
> I'm new to pyqt, and i'm developing a small application. when i run it
> using root (i need to do it) it delivers this error message:
>
> QMutex::lock: Deadlock detected in thread -1210615616
>
> and the program hangs.
> Any thoughts
On Tuesday 11 March 2008, Giovanni Bajo wrote:
> On 10/18/2007 10:45 AM, Phil Thompson wrote:
> > What I actually do is to start with the first release candidate.
I just realised I missed a word out here - "What I *might* actually do".
> If I might, I'd rather have an intermediate release (or eve
On Dienstag, 11. März 2008, Jim Bublitz wrote:
> PyKDE4-4.0.2 is now available at riverbankcomputing.com.
>
> It includes some minor fixes to problems that were preventing PyKDE4 from
> building against KDE 4.0.2, the addition to kdecore of some global
> functions for retrieving version info about
On Dienstag, 11. März 2008, Jim Bublitz wrote:
> PyKDE4-4.0.2 is now available at riverbankcomputing.com.
>
> It includes some minor fixes to problems that were preventing PyKDE4 from
> building against KDE 4.0.2, the addition to kdecore of some global
> functions for retrieving version info about
Hi list,
I was just wondering if it wasn't a good idea to add the with-statement
functionality to the QPainter class. If your program happens to
raise an exception while QPainter is active, QPainter.end() might
never be called and that leads to a lot of annoying error messages.
I just propose to
PyKDE4-4.0.2 is now available at riverbankcomputing.com.
It includes some minor fixes to problems that were preventing PyKDE4 from
building against KDE 4.0.2, the addition to kdecore of some global functions
for retrieving version info about KDE and PyKDE4 (see "Using PyKDE4" in the
documentati
On 10/18/2007 10:45 AM, Phil Thompson wrote:
What I actually do is to start with the first release candidate.
If I might, I'd rather have an intermediate release (or even snapshot)
containing support for the same modules that already existed in Qt 3.3,
than having to wait weeks because of We
On Monday 10 March 2008 05:03:59 pm Darren Dale wrote:
> Could anyone suggest how to save and restore the size and position of a
> dock widget and an mdi subwindow?
I found the answer to my dock question by looking through the eric4 source
code: use QSettings and QMainWindow.saveState().
Hi everyone,
I'm new to pyqt, and i'm developing a small application. when i run it
using root (i need to do it) it delivers this error message:
QMutex::lock: Deadlock detected in thread -1210615616
and the program hangs.
Any thoughts on what can be causing this?
thank you!
PS: using ubuntu 7
Hi all,
sorry for posting an "off-topic" message, but since I accidentally bought two
copies of "Rapid GUI Programming with Python and Qt" I would be happy if I
could sell one of them.
Is anyone interested in the deal?
thanks guys,
Alex.
-
Inviato da Y
Hello,
somewhere in the QSqlTableModel code there must be SQL statements for UPDATE,
INSERT and DELETE, to make the model editable. Right? I can't find methods to
view these statements - is it necessary to dig into the C++ code to find
them?
Background: I'm still trying to edit data in a view
On Mon, 2008-03-10 at 16:03 -0500, Darren Dale wrote:
> Could anyone suggest how to save and restore the size and position of a dock
> widget and an mdi subwindow?
There's QMainWindow.saveState() / restoreState(), if it's not too much.
--
Giovanni Bajo
_
24 matches
Mail list logo