[melbourne-pug] PyQT 5.2 for Python 2.7 32bit Windows package

2014-01-14 Thread David Crisp
Hello, I have been looking around for the last hour or so for a PyQT 5.2 Python 2.7 32bit windows package and I havent been able to find one at all. I can find a PyQt 5.2 for Python 3 but not 2.7 Does anybody know where I could find said package? I tried the unofficial windows python bina

Re: [melbourne-pug] PyQT 5.2 for Python 2.7 32bit Windows package

2014-01-14 Thread Tim Richardson
"As of this writing, there are no compiled versions supplied on the Riverbanks website as the author is, and I quote “doing my bit to encourage people to move to Py3″ " On Wed, Jan 15, 2014 at 11:39 AM, David C

Re: [melbourne-pug] PyQT 5.2 for Python 2.7 32bit Windows package

2014-01-14 Thread Tim Richardson
Sorry, forgot the link: http://abstractfactory.io/blog/pyqt5-1-1-for-python-2-7/ On Wed, Jan 15, 2014 at 11:39 AM, David Crisp wrote: > Hello, > > I have been looking around for the last hour or so for a PyQT 5.2 Python > 2.7 32bit windows package and I havent been able to find one at all. I ca

Re: [melbourne-pug] PyQT 5.2 for Python 2.7 32bit Windows package

2014-01-14 Thread David Crisp
THank you for that link, Tim. Interesting reading. That crashing grinding noise you just heard was the sound of the project grinding to a halt...I'm not quite ready to migrate to Python 3 at the moment :( ANd I CERTAINLY dont have the tools or experience to compile PYQT for myself :(

Re: [melbourne-pug] PyQT 5.2 for Python 2.7 32bit Windows package

2014-01-14 Thread Mike Dewhirst
On 15/01/2014 11:39am, David Crisp wrote: Hello, I have been looking around for the last hour or so for a PyQT 5.2 Python 2.7 32bit windows package and I havent been able to find one at all. I can find a PyQt 5.2 for Python 3 but not 2.7 Try http://www.lfd.uci.edu/~gohlke/pythonlibs/ Fabulou

Re: [melbourne-pug] PyQT 5.2 for Python 2.7 32bit Windows package

2014-01-15 Thread David Crisp
Thanks Mike... thats actually the site I mentioned in paragraph two :) They dont have 5.2 only 4.9.6 :( Thats usually where I go for all my libraries.. this is my first fail :( On Wed, 15 Jan 2014, Mike Dewhirst wrote: On 15/01/2014 11:39am, David Crisp wrote: Hello, I have been looking a

Re: [melbourne-pug] PyQT 5.2 for Python 2.7 32bit Windows package

2014-01-15 Thread Mike Dewhirst
On 15/01/2014 9:42pm, David Crisp wrote: Thanks Mike... thats actually the site I mentioned in paragraph two :) They dont have 5.2 only 4.9.6 :( Sorry - I misread PyQt for PyQwt which (obviously coincidentally) is version 5.2.1 Compiling on Windows sucks Mike Thats usually where I go for

Re: [melbourne-pug] PyQT 5.2 for Python 2.7 32bit Windows package

2014-01-30 Thread David Crisp
I bit the bullet and migrated my application to Python 3.3. Was surprisingly easy. The only thing I was using that was not Python3 compatible was the print statements. 2to3.py fixed those up in no time and hey presto a python3 app. Luckily the libraries I need all support pYthon3 as well so