Re: [PyQt] help with this question

2010-04-05 Thread Doug Bell
Rafael Lemus wrote: > Hello, > > I've been wondering if there is a pyqt method that can tell me which was > the widget that sent a signal, this is because I want, that whenever a > QPushButton is > clicked it sends me to a method and in this method I could compare > which button send me a sign

[PyQt] help with this question

2010-04-05 Thread Rafael Lemus
Hello, I've been wondering if there is a pyqt method that can tell me which was the widget that sent a signal, this is because I want, that whenever a QPushButton is clicked it sends me to a method and in this method I could compare which button send me a signal so i can emit another signal. t

Re: [PyQt] PyQt and/or Qt problems on Windows Vista

2010-04-05 Thread Phil Thompson
On Mon, 5 Apr 2010 22:05:49 +0200, Francesco Biccari wrote: > Hello, > > this is my first post to this list. > I am an Italian researcher. In our lab we would like to move > from Visual Basic (5!) to Python + PyQt. > > Unfortunately our first tests were discouraging and I am here to > ask for so

Re: [PyQt] "sip: QFileIconProvider is undefined" from import of QtGui/QtGuimod.sip with SIP 4.10, Qt 4.6.1 and Python 2.5.1

2010-04-05 Thread Phil Thompson
On Mon, 5 Apr 2010 15:27:47 -0400 (EDT), mfl...@evryx.com wrote: > Excerpt from our pyqtconfig.py script is below. The Qt string generated > for pyqt_sip_flags from a Qt 4.6.1/PyQt 4.6.1 installation is 'Qt_4_5_0' - > which is puzzling to all of us who were expecting to see something like > 'Qt_4_

[PyQt] PyQt and/or Qt problems on Windows Vista

2010-04-05 Thread Francesco Biccari
Hello, this is my first post to this list. I am an Italian researcher. In our lab we would like to move from Visual Basic (5!) to Python + PyQt. Unfortunately our first tests were discouraging and I am here to ask for some advices. I use Windows Vista 32 bit. I installed Python 2.6.5 (Windows in

Re: [PyQt] "sip: QFileIconProvider is undefined" from import of QtGui/QtGuimod.sip with SIP 4.10, Qt 4.6.1 and Python 2.5.1

2010-04-05 Thread mfloyd
Excerpt from our pyqtconfig.py script is below. The Qt string generated for pyqt_sip_flags from a Qt 4.6.1/PyQt 4.6.1 installation is 'Qt_4_5_0' - which is puzzling to all of us who were expecting to see something like 'Qt_4_6_x'. Is the appearance of '-t Qt_4_5_0' for 'pyqt_sip_flags' in the

Re: [PyQt] Problem in installing PyQt on Mac OS X 10.6.2

2010-04-05 Thread Jebagnana Das
Thanks darren for your reply. But still i couldn't make it to work. This is what i did. Installed the qt-mac-cocoa-opensource-4.6.0.dmgfrom the source you specified.. Installed SIP 4.10.1 using $python3 configure.py, $make and $make install. Then after extracting PyQt-mac-gpl-4.7.tar.gz the $pyth

Re: [PyQt] Problem in installing PyQt on Mac OS X 10.6.2

2010-04-05 Thread Darren Dale
On Mon, Apr 5, 2010 at 11:09 AM, Jebagnana Das wrote: > Hi all, > > I found an archived discussion regarding the same problem. Click here > to see the discussion. But the solution proposed here is bit confusing. I > hope this issue must have been fixed by now(It was posted on Nov 2009). > Any

Re: [PyQt] Problem in installing PyQt on Mac OS X 10.6.2

2010-04-05 Thread Jebagnana Das
Hi all, I found an archived discussion regarding the same problem. Click here to see the discussion. But the solution proposed here is bit confusing. I hope this issue must have been fixed by now(It was posted on

Re: [PyQt] pyrcc4 query

2010-04-05 Thread Clément Mairet
Anshul Jain wrote: Please tell me if there is any other possible way to create a resource file without the pyrcc4 command. Hi! Wondering the same thing a while back, we tried coming up with a Python alternative to pyrcc for the Spyrit project, mostly as an exercise to easily package and compr