Re: [PyQt] Custom widgets in Qt5

2013-06-18 Thread Vincent Vande Vyvre
Le 18/06/2013 10:10, Phil Thompson a écrit : On Tue, 18 Jun 2013 08:15:44 +0200, Vincent Vande Vyvre wrote: Same problem with the latest release, the Designer crash at launching with any custom widget. Vincent Mine work fine for me, without (as far as I can remember) needing any changes. Soun

Re: [PyQt] Custom widgets in Qt5

2013-06-18 Thread Phil Thompson
On Tue, 18 Jun 2013 08:15:44 +0200, Vincent Vande Vyvre wrote: > Le 06/06/2013 12:52, Vincent Vande Vyvre a écrit : >> Le 05/06/2013 23:13, Phil Thompson a écrit : >>> In PyQt5 the plugin is called libpyqt5.so. Which directory it goes in >>> depends on how your Qt5 installation is configured. Phi

Re: [PyQt] Custom widgets in Qt5

2013-06-17 Thread Vincent Vande Vyvre
Le 06/06/2013 12:52, Vincent Vande Vyvre a écrit : Le 05/06/2013 23:13, Phil Thompson a écrit : In PyQt5 the plugin is called libpyqt5.so. Which directory it goes in depends on how your Qt5 installation is configured. Phil I don't know why but the Makefile was not created in .../PyQt-gpl-5.0-s

Re: [PyQt] Custom widgets in Qt5

2013-06-06 Thread Vincent Vande Vyvre
Le 05/06/2013 23:13, Phil Thompson a écrit : In PyQt5 the plugin is called libpyqt5.so. Which directory it goes in depends on how your Qt5 installation is configured. Phil I don't know why but the Makefile was not created in .../PyQt-gpl-5.0-snapshot-cdc78cf84e0d/designer/ So, I've re-run the

Re: [PyQt] Custom widgets in Qt5

2013-06-05 Thread Phil Thompson
On Tue, 04 Jun 2013 12:24:26 +0200, Vincent Vande Vyvre wrote: > Hi, > > With PyQt4 I have this folder: > /usr/lib/x86_64-linux-gnu/qt4/plugins/designer/ > wich content the lib libpythonplugin.so and a subfolder python for my > custom widgets. > > Now, I've just installed Qt5 and the latest sna

[PyQt] Custom widgets in Qt5

2013-06-04 Thread Vincent Vande Vyvre
Hi, With PyQt4 I have this folder: /usr/lib/x86_64-linux-gnu/qt4/plugins/designer/ wich content the lib libpythonplugin.so and a subfolder python for my custom widgets. Now, I've just installed Qt5 and the latest snapshots of SIP and PyQt5 and I'm looking whee can I copy my own widgets. I've