Re: [PyQt] How do you compile 64bit PyQt on Windows w/o Visual Studio.

2012-05-18 Thread Phil Thompson
On Thu, 17 May 2012 17:46:21 -0700, Brian Knudson wrote: > I'm trying to compile 64bit PyQt on Windows 7. (I am a commercial > customer, so I have to build PyQt, AFAIK). I've downloaded MinGW & had > good success getting SIP compiled, but I couldn't compile PyQt. I deduce > that this is because

Re: [PyQt] How do you compile 64bit PyQt on Windows w/o Visual Studio.

2012-05-18 Thread Adrian Buehlmann
On 2012-05-18 11:17, Phil Thompson wrote: > I use the free Express version of MSVC2008. With the right magic this can > be configured for 64 bits. I can send you instructions if you want to > follow this route. In case you didn't know, the Windows SDK also contains the Microsoft 64 bit compiler.

[PyQt] Vim PyQt code completion

2012-05-18 Thread Cihangir Aktürk
Hi, I am using Vim's internal pythoncomplete. It works pretty good most of the time. But I am having problems with PyQt code completion. First of all, let me give you some more details. When I do; from PyQt4 import QtGui w = QtGui.QWid # c - x c - o works here as expected, w. # c -

Re: [PyQt] Time auto update to my widget

2012-05-18 Thread David Boddie
On Thu, 17 May 2012 17:43:08 +0530, Ganesh Kumar wrote: > I am new to pyqt, I have create one small application, my application > starts time , will updates continuously, like analog clock How to do > this, please guide me guys, Take a look at the widgets/analogclock example in the PyQt archive.

[PyQt] Wrap C++ classes using SIP

2012-05-18 Thread Jayesh Chaudhary
Folks, I am a newbie to SIP. I am trying to wrap couple of classes and it was going good till I hit this problem. So here is my use case: Lets say I have two classes Foo and Bar. I already have Bar wrapped (not via SIP though) and now I am trying to wrap Foo using SIP. My Foo looks like this:

Re: [PyQt] How do you compile 64bit PyQt on Windows w/o Visual Studio.

2012-05-18 Thread Brian Knudson
On May 18, 2012, at 2:17 AM, Phil Thompson wrote: > On Thu, 17 May 2012 17:46:21 -0700, Brian Knudson > wrote: >> I'm trying to compile 64bit PyQt on Windows 7. (I am a commercial >> customer, so I have to build PyQt, AFAIK). I've downloaded MinGW & had >> good success getting SIP compiled, but

[PyQt] From/Import, proper namespace,etc

2012-05-18 Thread JPolk
I think I figured this out once, lol...but can't seem to recall... Consider you have two python files,..."a" and "b"...where you "launch a" and "import b". But inside "b" is a PyQt call back to a control defined in "a". I keep getting a "not defined" error... So,... ==

[PyQt] (no subject)

2012-05-18 Thread Wes Goodenough
Hello. I'm learning PyQt for use with Designer for database applications. I've been reading all the resources and tutorials, and I have a good amount of experience with GUI and Database programming in MS ACCESS. I have finally decided to put in the effort to lear python and QT but i'm stuck a