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

2012-05-21 Thread Roger Oberholtzer
On 05/19/2012 02:53 AM, Brian Knudson wrote: Good point. The only binary release of the Qt libs for MinGW appear to be for the 32 bit version. I see references on the web that there once were Qt libs for MinGW64, but they don't appear to be around any more. I tried compiling QT from source

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

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.

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

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

2012-05-17 Thread Brian Knudson
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 I have 64bit Python with a 32bit MinGW & the libs aren't matchi