Re: [PyQt] Building PyQt using gcc in Mingw and MSys

2013-03-08 Thread Phil Thompson
On Fri, 8 Mar 2013 20:33:05 +0200, Theuns Heydenrych wrote: > HI > I successfully build Sip with gcc in mingw and Msys. > With the following command. > > *python ./configure.py -p win32-g++ --platform=linux-g++-64* > > It compiled and installed correctly with mingw32-make. The reason i used "* >

[PyQt] Building PyQt using gcc in Mingw and MSys

2013-03-08 Thread Theuns Heydenrych
HI I successfully build Sip with gcc in mingw and Msys. With the following command. *python ./configure.py -p win32-g++ --platform=linux-g++-64* It compiled and installed correctly with mingw32-make. The reason i used "* --platform=linux-g++-64*" is that the *python ./configure.py **-p win32-g++

Re: [PyQt] PyQT 4.10 Cannot create accessible interface for object

2013-03-08 Thread Phil Thompson
On Fri, 8 Mar 2013 14:01:53 +, Richie Ward wrote: > Well, Qt Designer needed icudt49.dll to run. Just start with a fresh > system with Python 3.3, Windows 7, PyQt 4.10 and you should be able to > reproduce it rather easily. I will attach one of my ui Files. I've updated the installers based o

Re: [PyQt] PyQT 4.10 Cannot create accessible interface for object

2013-03-08 Thread Phil Thompson
On Fri, 8 Mar 2013 14:01:53 +, Richie Ward wrote: > Well, Qt Designer needed icudt49.dll to run. Just start with a fresh > system with Python 3.3, Windows 7, PyQt 4.10 and you should be able to > reproduce it rather easily. I will attach one of my ui Files. What about the qtaccessiblewidgets

Re: [PyQt] PyQT 4.10 Cannot create accessible interface for object

2013-03-08 Thread Richie Ward
Well, Qt Designer needed icudt49.dll to run. Just start with a fresh system with Python 3.3, Windows 7, PyQt 4.10 and you should be able to reproduce it rather easily. I will attach one of my ui Files. On 8 March 2013 13:57, Phil Thompson wrote: > On Fri, 8 Mar 2013 12:56:13 +, Richie Ward w

Re: [PyQt] PyQT 4.10 Cannot create accessible interface for object

2013-03-08 Thread Phil Thompson
On Fri, 8 Mar 2013 12:56:13 +, Richie Ward wrote: > Ok, now I have found out that qtaccessiblewidgetsd.dll is missing! > > icudt49.dll was missing too, I had to download it separate. Do you have a test case to demonstrate that these are needed? Phil _

Re: [PyQt] PyQT 4.10 Cannot create accessible interface for object

2013-03-08 Thread Richie Ward
Copying the missing plugin from http://releases.qt-project.org/qt5/5.0.1/qt-windows-opensource-5.0.1-msvc2010_32-x86-offline.exe resolves this problem. On 8 March 2013 12:56, Richie Ward wrote: > Ok, now I have found out that qtaccessiblewidgetsd.dll is missing! > > icudt49.dll was missing too, I

Re: [PyQt] PyQT 4.10 Cannot create accessible interface for object

2013-03-08 Thread Richie Ward
Ok, now I have found out that qtaccessiblewidgetsd.dll is missing! icudt49.dll was missing too, I had to download it separate. I downloaded the setup file from: http://kent.dl.sourceforge.net/project/pyqt/PyQt4/PyQt-4.10/PyQt4-4.10-gpl-Py3.3-Qt5.0.1-x32.exe On 8 March 2013 12:48, Richie Ward wr

Re: [PyQt] PyQT 4.10 Cannot create accessible interface for object

2013-03-08 Thread Richie Ward
Appears to be related to this bug: https://bugreports.qt-project.org/browse/QTBUG-29720 It goes away when I switch to windows classic. On 8 March 2013 12:37, Richie Ward wrote: > I upgraded to the brand new PyQt 4.10 version and I am now seeing > these errors filling up my console: > Cannot crea

[PyQt] PyQT 4.10 Cannot create accessible interface for object

2013-03-08 Thread Richie Ward
I upgraded to the brand new PyQt 4.10 version and I am now seeing these errors filling up my console: Cannot create accessible interface for object: MainWindow(0x3584268, name = "MainWindow") Cannot create accessible interface for object: QTabBar(0x3983668, name = "qt_tabwidget_tabbar") Cannot cr