On 06.05.2013 21:46, Baz Walter wrote:
If your code is already working well with Qt4/PyQt4, why give
yourself the unnecessary hassle of porting it to Qt5/PyQt5?
As far as I understood from previous messages, it did not seem very
clear to me up to what point PyQt4 will support the Android p
On 06.05.2013 18:44, Phil Thompson wrote:
On Mon, 06 May 2013 18:24:59 +0200, "V. Armando Sole"
wrote:
On 06.05.2013 16:49, Phil Thompson wrote:
If so, is to remove it an absolute necessity?
Nothing is absolutely necessary - but I see no reason to keep the
old,
verbose, error
Hello,
On 06.05.2013 16:49, Phil Thompson wrote:
Still to do:
- Removal of support for old-style connections.
Does this mean that things like this will not work?
...
class MyWidget(QWidget):
def emitMySignal(self, mydDct):
self.emit(QSignal('MyWidgetSignal', myDict)
a = MyWidg
Hello,
On 01.03.2013 20:33, Helmut Seidel M.A. wrote:
Can anybody tell me where I can find the current Qt4.xxx SDK or how
to get PyQt-Py2.7-x86-gpl-4.9.6-1.exe [2] running?
Are you looking for the Qt sources?
ftp://ftp.qt-project.org/qt/source/
Armando
___
Well, if you are concerned by the one-man-show issue, then you should
go with PyQt because you should easily be able to write code that works
with both, PyQt and PySide.
My main concern is about graphics. I have to find a replacement for
PyQwt (not any longer maintained and only available for
On 01.05.2012 14:07, Mark Mordeca wrote:
This is disappointing. I was about to try this very thing myself.
Does anyone know what is the latest version of PyQt/Qt that works
with
PyQwt 5.2?
Well, I cannot talk about MacOS.
I have it working with PyQt version 4.9.1 and sip 4.13.2 on a wi
Quoting Andreas Pakulat :
On 11.04.12 12:26:09, John V. Busch wrote:
I have a bug that only occurs when I am NOT debugging.
I am very new to pyQT, so please forgive if this is something obvious.
The following code is called from another QDialog class upon a particular
button click.
http://www.lfd.uci.edu/~gohlke/pythonlibs/
Quoting David Kaufman :
Hi there,
I'm currently developing with PyQwt. Unfortunately it doesn't support
PyQt 4.9 yet. Thus I really need an older PyQt version, to be specific
PyQt v4.8.6, but I'm not able to find it anywhere. I need a binary
version
Take a look at the configure.py script of the PyQwt library. If I have
properly understood the way it works, it takes care of that problem
creating a temporary directory copying the files that have actually
changed.
Look for the lazy_copy_file method in:
http://pyqwt.cvs.sourceforge.net/vi
Quoting Ulrich Berning :
Try to build the tables package from source.
If you only need 32 bit executables, you should give the free Microsoft
Visual C++ 2008 Express Edition a try.
If he uses 64 bit executables, he can also use Visual C++ 2008 Express
Edition combined with Windows SDK 7.0
Hi Gerard,
Quoting Gerard Vermeulen :
Phil,
when running the following code
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import PyQt4.Qt as Qt
class MyWidget(Qt.QWidget):
def __init__(self, parent=None):
super(Qt.QWidget, self).__init__(parent)
Just for my information, wha
Quoting Phil Thompson:
On Wed, 03 Jun 2009 22:57:32 +0200, Vicente Sole:
So, unless I get I successful test under 32-bit with Phil\'s patch, I
would just leave the things as they are.
Except that this keeps coming up.
Does changing the type of internalId() from qint64 to quint64 solv
Quoting Darren Dale:
On Wed, Jun 3, 2009 at 2:40 PM, Darren Dale wrote:
One last point, however: I think Armando's suggestion of passing the object,
and not the object's id(), coupled with Phil's patch, is the right solution:
At my side, passing the object was already fine on 64-bit without
Hello,
I am writing a generic data handling application in which I need to be
able to show the contents of a numpy array in a sort of
table/spreadsheet. The array can be big (1024 x 1024 floats or may be
even more).
Is there a faster way of filling a table than looping through all the
a
Hello,
At 12:26 16/02/2009 -0800, Matt Newell wrote:
Qt and PyQt work fine with 64 bit windows but I've been unable to get a
working Qt so far with mingw-w64. I've had success with visual studio 2005
and could provide installers. I will need a few days though as I am busy
with other things atm
Hi,
Quoting Nahuel Defossé:
I don't understand which is the best approach to achieve acceptable
performance when you have to show big areas on this kind of canvas.
I'd highly appreciate any hints
Since you appreciate any hint, perhaps this info can be applied to
your problem:
http://labs
At 12:00 03/11/2008 +0100, l you wrote:
I hope that you can help me.
I'm uder linux and i neeed tu make a binary of one test program.
I have try to use cxfreeze but when i run it i get:
ImportError No module named PyQt4._qt
Can you helm me to make e easy setup script.
Have you made sure the qt
At 13:13 03/10/2008 +0200, Benno Dielmann wrote:
On Friday 03 October 2008 12:04:49 [EMAIL PROTECTED] wrote:
| Hello,
| I would to know how to do a Splash Screen with PyQT.
Create some window (e.g. a QWidget) and call
setWindowFlags(Qt.FramelessWindowHint)
on it.
Regards,
Benno Dielmann.
W
At 12:17 12/09/2008 +0200, Giovanni Bajo wrote:
On 9/12/2008 12:12 PM, V. Armando Sole wrote:
Hello,
QGLWidget.renderText gives me an OpenGL error for Qt versions >= 4.3.0
that prevents any further OpenGL output.
Those are Qt bugs, not PyQt nor PyOpenGL bugs. Some of them have already
b
At 12:17 12/09/2008 +0200, Giovanni Bajo wrote:
On 9/12/2008 12:12 PM, V. Armando Sole wrote:
Hello,
QGLWidget.renderText gives me an OpenGL error for Qt versions >= 4.3.0
that prevents any further OpenGL output.
Those are Qt bugs, not PyQt nor PyOpenGL bugs. Some of them have already
b
Hello,
QGLWidget.renderText gives me an OpenGL error for Qt versions >= 4.3.0 that
prevents any further OpenGL output.
The example below works for Qt 4.2.3 but not above 4.3.0 (The second
message is not shown).
My platform is windows and I am using PyOpenGL-3.0.0b5
Have you managed to use
Hello,
I am trying to use some of the qt plugins in a frozen python application.
In particular I am interesed on the image format plugins (jpeg, ...). I
have tried putting them in the same directory as the executable but qt
keeps trying to get them from the hard coded paths.
Following the do
Hi Darryl,
At 09:25 20/02/2008 -0500, Darryl Wallace wrote:
Armando,
I did a gdb on my executable and it appears as though the PyQt4.QtCore.so
file is causing the problem. I am wondering if it is due to the fact that
I am running this on an AMD64 bit machine.
Just curious to see if my direct
Hello,
At 08:34 20/02/2008 -0500, you wrote:
Armando,
I had built the FreezePython as you say file and running it gives me the
same result. ? I'm not sure what else I might need to include.
Strange. Sorry but I cannot reproduce your error. All I can tell is that I
have everything (Python,
At 22:19 19/02/2008 +0100, Giovanni Bajo wrote:
cx_Freeze is unmaintained, AFAIK. Try with PyInstaller SVN trunk (or branch
/dl which will be merged in the next few days).
I will not enter into discussions about what to use or not but, just for
information, cx_freeze is maintained (at least it
Hello
At 16:04 19/02/2008 -0500, Darryl Wallace wrote:
Hello,
I'm trying to use cx_Freeze (my latest try has been with version 3) to try
to freeze a PyQt program into a binary for distribution. I tried just
compiling the Multiple Document Interface (mdi.py) example that comes with
PyQt4 as
At 23:47 31/01/2008 +0100, Giovanni Bajo wrote:
On Thu, 2008-01-31 at 14:37 -0600, Jim Crowell wrote:
> I'm about 80% through converting the Python bindings for Syzygy
> (cross-platform, PC-cluster VR, www.isl.uiuc.edu/syzygy.htm) from SWIG
> to SIP. The source is about 40% smaller, much more re
Hi,
At 11:33 26/01/2008 +, Rémy HUBSCHER wrote:
Hi,
Thanks you for your help.
I download your application and using Platypus, I understood how to do.
But I have still the loading error message.
Could you send me your setup.py file ?
It seems that PyQt4 was still looking in the wrong PATH
Hello,
Quoting Rémy HUBSCHER <[EMAIL PROTECTED]>:
> Hi,
>
> Thanks you for your help.
> I download your application and using Platypus, I understood how to do.
>
> But I have still the loading error message.
I geuss (and hope!) that error is with your application ...
Please, the loading error
Quoting Kevin Walzer <[EMAIL PROTECTED]>:
> Rémy HUBSCHER wrote:
> > Hello,
> >
> > As I told you, I need to deploy my PyQt4 application on Windows and Mac
> > OS X.
> > I worked with Py2Exe using this Tutorial :
> > http://py2exe.org/index.cgi/Py2exeAndPyQt
> >
> > For Py2App, everything seam
Hi
At 01:58 23/01/2008 -0800, Chris Dunscombe wrote:
2. Certainly using py2exe your users will not need to compile Qt/PyQt etc.
As for cx_freeze and
py2app I'm not sure.
End users do not need to compile anything either with cx_freeze or py2app.
They just run the scripts.
Armando
___
At 17:57 05/12/2007 +0100, Giovanni Bajo wrote:
On 12/5/2007 5:49 PM, V. Armando Sole wrote:
I have found some difficulties freezing my applications with cx_freeze.
Previously I did not have any problem and I have been using the same
scripts as before.
The problems seem to be related to the
Hello,
I have found some difficulties freezing my applications with cx_freeze.
Previously I did not have any problem and I have been using the same
scripts as before.
The problems seem to be related to the use of the C composite module. If I
remove that module and replace it by a Qt.py module
Hello Darren,
At 19:07 28/10/2007 -0400, Darren Dale wrote:
Anyway, changing my example to
use a.show() doesn't work, the thread's event loop is not started. I don't
see any recent discussion on the list that seems relevent.
Please add the method:
def run(self):
self.timer.start(
Quoting Roberto Alsina <[EMAIL PROTECTED]>:
> On Sun 13 May 2007 09:32:03 Fabiano Sidler wrote:
> > Hi folks!
> >
> > I want to freeze.py my PyQt4 scripts. Unfortunately it does not work,
> > neither by copying the site-packages/PyQt4 directory and using
> > PYTHONPATH nor by specifying the PyQt4
Quoting Andreas Pakulat <[EMAIL PROTECTED]>:
> On 28.04.07 23:31:53, Pradnyesh Sawant wrote:
> > Hello,
> > I've written a small pyqt4 code, which on running on an ubuntu 6.10
> > system gives me the foll error:
> > $ python2.4 updLbl.py
> > Traceback (most recent call last):
> > File "updLbl.py"
At 21:18 24/04/2007 +0200, V. Armando Sole wrote:
At 08:58 24/04/2007 +0100, you wrote:
Which combinations work and which don't? Can you try other combinations
to see
what introduced the problem?
It seems besides the already reported postEvent problem, there was a bug
on one of our ow
At 08:58 24/04/2007 +0100, you wrote:
Which combinations work and which don't? Can you try other combinations to
see
what introduced the problem?
It seems besides the already reported postEvent problem, there was a bug on
one of our own sip dependent modules. We have fixed our bug and let the
At 14:16 21/04/2007 +0100, Phil Thompson wrote:
It's a regression in 3.17.1 and I've backed out the change in tonight's
snapshot. If you confirm it fixes your problems I'll release 3.17.2 in the
next few days.
Just to keep you informed.
The problem of the test code is fixed as you know. Never
Phil Thompson wrote:
"""
3. Automatically release the GIL whenever any Qt call is made from a QObject
derived class. The assumption is that this will cover the vast majority of
cases. Any other cases would have to be identified through bug reports.
"""
I guess I have one bug report.
We have got
Thanks, that fixed it.
Armando
At 16:01 28/03/2007 +0200, Giovanni Bajo wrote:
On 3/28/2007 3:21 PM, V. Armando Sole wrote:
I have problems with the latest PyQt snapshot (February) and latest sip
snapshot.
The problems come from the fact QDockWindow.boxLayout() returns a
QSpacerItem instead
Hello,
I have problems with the latest PyQt snapshot (February) and latest sip
snapshot.
The problems come from the fact QDockWindow.boxLayout() returns a
QSpacerItem instead of a QBoxLayout.
At the python promt :
import qt
app = qt.QApplication([])
w = qt.QDockWindow()
w.boxLayout()
That
Quoting [EMAIL PROTECTED]:
> Sorry, couldn't find the answer in the FAQs.
>
> If I make a GPL'd app (I'm thinking of windows especially) using PyQt, am
> I allowed to make a binary installer to distribute it? Thanks.
>
If you use PyQt4 and you supply the source code yes.
If you use PyQt, besid
Hello,
I get a strange error when using QGraphicsView in the way shown below.
The error is:
QObject::startTimer: QTimer can only be used with threads started with QThread
What it leaves me perplex is that the error does not appear if the
getPixmap function is not defined.
As you may notice,
e GIL issues are
still there.
Thanks a lot for all your answers.
Armando
On Mar 1, 2007, at 3:16 AM, Phil Thompson wrote:
On Thursday 01 March 2007 10:47 am, V. Armando Sole wrote:
Hello,
I just have a simple question (that does not imply a simple answer).
With all the new options/possibil
Hello,
I just have a simple question (that does not imply a simple answer).
With all the new options/possibilities recently discussed concerning the
GIL handling, is it possible to profit of multiple processors in Python
using QThreads thru PyQt4?
Thanks for your time.
Best regards,
Armand
Quoting Richard Taylor <[EMAIL PROTECTED]>:
>
> Are there any examples of existing PyQt applications with user friendly
> installers on Windows and Mac?
>
> Many thanks for any help.
>
The PyMca project at sourceforge should serve as example: pymca.sourceforge.net
Regards,
Armando
At 10:30 23/01/2007 +0100, Giovanni Bajo wrote:
On 23/01/2007 9.14, V. Armando Sole wrote:
With that patch installed, the whole PyQt+Qt block should use *only*
msvcr71.dll (you can verify it by inspecting the dependencies of the
generated dynamic libraries). If that's the case, it s
Hello,
At 03:17 23/01/2007 +0100, Giovanni Bajo wrote:
On 22/01/2007 22.56, [EMAIL PROTECTED] wrote:
If I build Qt4 and the extension modules with VS2003 with the patched Qt4
files
from the qtwin project the application crashes even more often, so the patch
does not seem to be a solution to m
Hello,
I have a fairly large application which combines PyQt (3 or 4) + PyQwt5. The
application is rock solid on all platforms under PyQt3 and on all platforms but
windows under PyQt4 where it randomly crashes.
I'm using the Qt4 library as supplied by Trolltech and compiling all the
extensions (s
At 13:54 20/12/2006 -0900, Patrick Stinson wrote:
If you are building a universal sip binary (only on ppc? not sure)
I build my universal binaries on an i386 machine and I test them on an old G4.
So, it seems to work both ways (I was not sure about the ppc).
Armando
_
Hi,
Quoting Patrick Stinson <[EMAIL PROTECTED]>:
> Is there any way to set up a configure.py to only generate the C++
> sources for sip files that have changed? I have added the C++ source
> files to an xcode project for static linking and running configure.py
> overwrites all of the C++ files ev
At 14:20 11/12/2006 +0100, Remy Anthoine wrote:
Greetings,
I'm having trouble using the removeItem operation of a scene in PyQt4
with python 2.5 under windows XP. Can someone explain why the
following produces an error of type : "python.exe has encountered a
problem and needs to close. We are so
Hi,
At 07:55 15/11/2006 -0800, Adam Tenderholt wrote:
I too want to make univeral binaries, but I had trouble finding the
recent thread about building universal binaries.
My plan is the following. Sip can be made into a univeral binary by
editing the siplib/Makefile and adding -arch i386 -arch
Salut,
At 08:56 13/11/2006 +0100, Xavier Décoret wrote:
My concern is for other people (the one I target with an open-source
application). If they cannot simply install PyQt, they won't use my soft
;-). So I am trying to figure out wether it is a problem on my station, or
a general problem wit
Hi
At 15:35 24/10/2006 -0600, Emanuele Santos wrote:
Hi Phil,
When are you planning to test PyQt4 and Qt4.2 on a mac?
I can't even get PyQt4 configured:
$ python configure.py -q /usr/bin/qmake
Determining the layout of your Qt installation...
Error: /usr/bin/qmake failed to create a makefile. M
At 17:32 21/10/2006 +0100, Phil Thompson wrote:
Works fine for me with current snapshots.
Phil
It works here too. Thank you.
Armando
___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
Hi Gerard,
At 14:51 19/10/2006 +0200, Gerard Vermeulen wrote:
On Tue, 17 Oct 2006 15:25:49 -0800
Did you try to compile the snapshot for Mac OSX or X11?
I fell into this little trap myself, once.
Gerard
I had the same problem with the windows snapshot.
The problem seems to be that there is a
Hi,
Quoting Martin Wiechert :
> Hi list,
>
> While playing with PyQwt5 I stumbled accross QwtPlotSpectrogram which appears
>
> to be the official replacement for the "engineered ImagePlotDemo.py" which I
>
> think not only I am using to display data matrices.
> But I cannot make it work for m
Hi
At 19:24 15/10/2006 +0100, Phil Thompson wrote:
Tonight's PyQt4 snapshot will have full support for Qt v4.2 (except for the
QtDBus module).
I had problems to build the latest snapshot (PyQt4-gpl-20061015 with
sip4-snapshot-20061015) under Windows XP with VS2003 and Qt 4.2.0.
There semm t
Hi!
At 11:17 04/10/2006 +0700, hok kakada wrote:
Hi list,
Does anybody know the required packages for PyQt to be able to run on Windows?
I am using python as a programming language and PyQt for GUI. I have
developed
it on Linux, and now I want to make an installer for windows, but I don't
kno
Hi,
Quoting Timothy Reaves <[EMAIL PROTECTED]>:
>
> Is the config for the py2app part of the source download?
>
No, it is not. The source download has the usual setup.py to build the
application from source (also under MacOS X).
If you have specific questions about how I build the packa
Hola,
At 19:52 17/09/2006 +0200, Javier Sanz wrote:
Hello.
What is the recommended way to distribute an application for
PyQt4/Linux?. Most distros don't have PyQt4 available in their
repositories.
Thanks
I guess is a question of taste. Personally, I distrbute binaries generated
with cx_freeze
Surely my previous post will not help anybody because the path will not be
correct. Now it's fine:
Just for the case someone needs it, here is what I recommended once Qt4 was
build with VS 2003 with the sourceforge patches:
Adapt the environment variables (surely is more than needed but just
At 04:15 12/06/2006 +0800, imcs ee wrote:
with sole's help. i can build pyqt4 with <http://msvc.net>msvc.net now.
what i missed is not setting
QMAKESPEC and QTDIR
thanks again to sole for the quick and informative
<http://response.it>response.it cleared up on a lot of things
Quoting Andreas Pakulat :
> On 11.06.06 19:38:57, [EMAIL PROTECTED] wrote:
> > I find strange that my posts are not appearing at the mailing list.
>
> They do appear (see the archive on
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde), if you don't get
> them, maybe your sorting is broken?
Quoting Phil Thompson <[EMAIL PROTECTED]>:
> On Sunday 11 June 2006 5:38 pm, [EMAIL PROTECTED] wrote:
> > Hi Phil,
> >
> > Am I wrong or to use the binary PyQt4 one also needs to compile python
> from
> > source with mingw?
>
> You are wrong - at least I've never seen a problem.
>
Great to know
Quoting imcs ee <[EMAIL PROTECTED]>:
> sip go thru.
> sip's configue create a Makefile.
> pyqt4's configure create three file(qtdirs.mk, qtdirs.mk.debug and
> qtdir.release).
>
Ok. I'am trying to build everything again from scratch. Here at home I have to
do it with the Microsoft Toolkit 2003, f
Quoting imcs ee <[EMAIL PROTECTED]>:
> sole,
> I build Qt4 source with the patch file your told me.
> (build with qconfigure msvc.net, and i uninstall mingw already)
> and it looks working.(i can run the demo of qt4).
> add qtbin to the PATH.
> then i build sip as your sa
Hi Phil,
Am I wrong or to use the binary PyQt4 one also needs to compile python from
source with mingw?
I can understand you cannot assure support on something build on top of a
non-official Qt version. Nevertheles, "I" would not mind to prepare a (totally
unofficial) binary installation of PyQt4
Hi,
>if in install the binary pyqt4. then the pyqt4 sample can't execute with an
>error: missing mingw10.dll...
You have to build PyQT4 yourself. The binary is for the mingw stuff.
You have to make sure you build Qt with vs 2003. If you have already done it go
to QTDONE below.
Install the trol
Quoting imcs ee <[EMAIL PROTECTED]>:
> great news.
> doen anyone known how to install open source edition pyqt with platform
> win32-msvc.net on windows.
> it seems qt4 gpl version support win32-g++ only on windows. is it?
> (but python2.4 was build with vs2003...)
>
You have to patch the Trol
Hi,
I have no difficulties building and using Qt 3.3.6 with PyQt in a
Mac(intel), but when I try to use py2app to get a "distributable" file I
get errors of the type:
import qt
incorrect file type
The non distributable scripts run without problems in the machine.
I guess my problem is due
At 22:54 17/05/2006 +0100, Paulino wrote:
I thought using VendorID not for commercial purpose but as a way to
distribute my app so people don't have to install Mingw + Qt + PyQt +
Python in order to try it! Some will give up if they have to...
In that case, what you need is something like cx_
Hi,
At 15:19 11/05/2006 +0200, Frode Øijord wrote:
Hi,
I am currently developing an application using Qt 3.3.4 and PyQt 3.16. I
would like to port to Qt4/PyQt4 as soon as possible, and was wondering
about the PyQt4 beta release. Would anyone recommend using it now, or are
there issues that ne
Hi Phil,
At 13:49 29/03/2006 +, Phil Thompson wrote:
On Wednesday 29 March 2006 2:20 pm, V. Armando Sole wrote:
> If you use a commercial version of Qt, you will have to use the VendorID
> package (available from Riverbank) and build a signed version of cx_freeze.
> If you use
At 11:11 29/03/2006 +0200, [EMAIL PROTECTED] wrote:
The equivalent in my case would be:
cx_freeze -O --install-dir=whatever --include-modules=sip MyApp.py
and I need to add the tk, tcl, qt and readline libraries.
Hello
yesterday i have tried cx-freeze .
and it works well (thank you)
my comma
Quoting Hans-Peter Jansen <[EMAIL PROTECTED]>:
>
> Using a sane package manager with proper dependencies is the right and
> the easiest way to go.
>
> Or quick n'dirty:
>
> try:
> from qt import *
> except:
> popen2("kdialog --sorry 'PyQt (Qt bindings for Python) is required
> for thi
Hi,
At 11:35 28/03/2006 +0200, [EMAIL PROTECTED] wrote:
Hello all
thanks for that nice mailling-list ; and also pyqt .
but i have a serious problem with pyqt.
the problem is that i can't (or i don't know how to) publish my
applications written using pyqt .
as you know every pyqt application be
Hello,
I get an error building sip 4.4 on windows with Visual Studio .NET 2003.
The fault seems to be in the file parser.c line 1803:
/*--.
| yyparse. |
`--*/
#ifdef YYPARSE_PARAM
# if defined (__STDC__) || defined (__cplusplus)
int yyparse (void *YYPARSE_PARAM)
# else
in
At 14:29 14/03/2006 +0100, [EMAIL PROTECTED] wrote:
hello
i'm a python developper and i want to build GUI applications that uses qt
gui (pyqt)
but i have a serious problem that is whene i code an application it can't
be used by other personnes because the qt module is not present (from qt
i
Quoting Phil Thompson <[EMAIL PROTECTED]>:
> On Sunday 05 March 2006 2:42 pm, [EMAIL PROTECTED] wrote:
> > Quoting Gerard Vermeulen <[EMAIL PROTECTED]>:
> > > On Sun, 05 Mar 2006 14:41:10 +0100
> > >
> > > "V. Armando Sole" <[EMAIL
Quoting Gerard Vermeulen <[EMAIL PROTECTED]>:
> On Sun, 05 Mar 2006 14:41:10 +0100
> "V. Armando Sole" <[EMAIL PROTECTED]> wrote:
>
> > Hi!
> >
> > In order to be able to use the same code with PyQt3 and PyQt4, I had
> > written a small
Hi!
In order to be able to use the same code with PyQt3 and PyQt4, I had
written a small Qt4.py wrapper to simplify simple cases.
from PyQt4.QtCore import *
from PyQt4.QtGui import *
QIconSet = QIcon
QWMatrix = QMatrix
print "Qt.Vertical = ", Qt.Vertical
print "QSplitter = ", QSplitter
QSpl
The latest 20060216 snapshots of sip4 and PyQt4 go thru without problems.
Thanks,
Armando
___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
At 15:27 16/02/2006 +, Phil Thompson wrote:
On Thursday 16 February 2006 9:58 am, V. Armando Sole wrote:
> At this moment I have a lot of difficulaties to build PyQt4.
> I get strange characters in the generated files sipQtCoreQList.h,
> sipQtCoreQMap.h, sipQtCoreQVector.h ...
>
Hi,
In my case sip (latest snapshot) goes smoothly with .NET 2003:
python configure.py
nmake
nmake install
Please note I'm not using any graphical interface but I am typing all that
at the prompt. If you do not succeed, please send me your PATH variable.
At this moment I have a lot of diffic
At 14:14 13/02/2006 +0100, Andreas Pakulat wrote:
Did I say that I think there's no free Qt3?
What I said was: There's no free PyQt3 for Windows, unless the license
of the free PyQt3 for *nix allows to use it under Windows with the free
Qt3 port (and that this actually works). However from the w
Hi!
At 12:35 09/02/2006 +, [EMAIL PROTECTED] wrote:
Hello Andreas,
ok. i ask because i have problems with this snapshots to compile on
windows with py23 or py24 and would not report problems with old snapshots.
marc
I remember just one problem to compile PyQt with Visual Studio .NET 2003
Hi Gerard,
At 20:08 08/02/2006 +0100, Gerard Vermeulen wrote:
Please, read my mail again. You are trying to do something which you
cannot do without a cast in C++, because QWidget::palette() returns
'const QPalette&'. Python does not know about constness, and therefore
PyQt hands you a rope to
At 08:26 08/02/2006 -0900, Patrick Stinson wrote:
Yeah, I"m getting the same problem. If you set the role color for the
child widget, and set the role color for the parent widget, the child
widget just gets the color for the parent widget. This means that you
can't give child widgets their own
Hi,
At 14:11 07/02/2006 -0900, you wrote:
I relaize that this is a question for qt-interest, but I'm getting a slow
response.
What is the preferred method for setting the background color of a widget
in qt4? I'm using palette().setColor(QPalette.Window, mycolor)), but this
setting for child
At 10:08 01/02/2006 -0300, Roberto Alsina wrote:
I haven't even got PyQt4 yet, but how about inheriting from a dictionary
and a
QObject?
class myclass (QObject,dict):
whatever
At 10:08 01/02/2006 -0300, you wrote:
I haven't even got PyQt4 yet, but how about inheriting from a dictio
Hi!
I'm maintaining a fairly large amount of code where most of the former
PYSIGNALS were implemented by sending a dictionary. Unless I'm missing
something, I did not found other way to keep the code working than to make
a derivative class of a supported type and make it behave as a dictionary
94 matches
Mail list logo