Re: [PyQt] ANN: eric 4.2RC1 released

2008-07-20 Thread Detlev Offenbach
On Samstag, 19. Juli 2008, Gustavo A. Díaz wrote: Hi Detlev, One minor problem I have since all this snapshots is that the windows of the application never stays mazimixed when I execute it. I always have to maximize, since it seems does not store the window geometry correctly. Using in my

[PyQt] Possible pyuic bug

2008-07-20 Thread Detlev Offenbach
Hi, I think, pyuic4 has a bug handling QScrollArea. The generated code is missing a call to the QScrollArea method setWidget. This causes the widget contained in the QScrollArea to not resize properly. Attached is an example (from eric4) showing the problem. Uncommenting the line of the .py

Re: [PyQt] ANN: eric 4.2RC1 released

2008-07-20 Thread Gustavo A. Díaz
I cant remember exactly, but i think since using snapshost from 4.2 2008/7/20 Detlev Offenbach [EMAIL PROTECTED]: On Samstag, 19. Juli 2008, Gustavo A. Díaz wrote: Hi Detlev, One minor problem I have since all this snapshots is that the windows of the application never stays mazimixed

Re: [PyQt] setEditTriggers

2008-07-20 Thread Scott Frankel
On Jul 20, 2008, at 1:27 AM, Andreas Pakulat wrote: BTW: Qt4.4 contains an editable tree model example so you might want to have a look at that. It only enables editing of plain strings, but its probably a good starting point nonetheless. Found the example app. Thanks for the tip! Scott

[PyQt] QWSWindow.raise() class error with python

2008-07-20 Thread Strato
Hi, I need to call the raise() method of the QWSWindow class, to set an application to show up on top of other windows, but of course, 'raise' is a python reserved keyword, and the call lead to a Invalid syntax error. So, does anybody have a workaround ? any idea of how to figure this out ?

[PyQt] Can someone help me compile PyQt?

2008-07-20 Thread inhahe
I get this error: C:\temp\PYQT-W~1.2\PYQT-W~1.2mingw32-make mingw32-make[1]: Entering directory `C:/temp/PYQT-W~1.2/PYQT-W~1.2/qpy' mingw32-make[2]: Entering directory `C:/temp/PYQT-W~1.2/PYQT-W~1.2/qpy/QtDesigner' mingw32-make -f Makefile.Release mingw32-make[3]: Entering directory

Re: [PyQt] QWSWindow.raise() class error with python

2008-07-20 Thread David Boddie
On Sun Jul 20 20:54:12 BST 2008, Strato wrote: I need to call the raise() method of the QWSWindow class, to set an application to show up on top of other windows, but of course, 'raise' is a python reserved keyword, and the call lead to a Invalid syntax error. So, does anybody have a

[PyQt] Re: Problem using py2exe with PyQt 4.4.2 on windows

2008-07-20 Thread Catriona Johnson
Thanks Daniel I tried that but am getting a warning saying that the modules win32api, win32con and win32pipe are missing when I run ''setup(windows=[{script : main.pyw}], options={py2exe : {includes : [sip]}})' from cmd.exe I followed the configure and build instructions for sip for windows

[PyQt] Problem with images and py2exe

2008-07-20 Thread Catriona Johnson
Hello I am using a qrc_resources.py file in my application as described in Mark Summerfield's book. I am finding that images/icons etc show fine until I create a stand alone executable with py2exe. Running this, neither the gifs nor jpgs show up, although the pngs do. What am I doing wrong??

[PyQt] Do`nt install sip or PyQt with MinGW + MSYS

2008-07-20 Thread Alexandr N Zamaraev
If I try install sip or PyQt with MinGW + MSYS, I recive error: sipmingw32-make install mingw32-make.EXE[1]: Entering directory `D:/Lang/qt/sip/sipgen' makefile:29: warning: overriding commands for target `.c.o' makefile:26: warning: ignoring old commands for target `.c.o' /bin/sh: -c: line 1:

Re: [PyQt] Do`nt install sip or PyQt with MinGW + MSYS

2008-07-20 Thread inhahe
I had that problem too. I just copied the files manually. copy sipconfig.py and siplib\sip.pyd to c:\python25\lib\site-packages (or whatever the number is for your python version) On Mon, Jul 21, 2008 at 12:38 AM, Alexandr N Zamaraev [EMAIL PROTECTED] wrote: If I try install sip or PyQt with