[PyQt] Next Releases

Georg Brandl g.brandl at gmx.net
Mon Sep 8 12:27:07 BST 2014


On 09/08/2014 01:16 PM, Scott Kitterman wrote:

>> I can't reproduce your problem with the system packages. (Although I can if
>> I set LD_LIBRARY_PATH to a locally compiled Python shared library.) But I
>> can't get the PyQt example working either (ie. the C++ plugin loads without
>> error but it then doesn't load the Python plugins).
>> 
>> I'll wait for Scott to say if he thinks the standard Ubuntu packages should
>> just work and if he had to do anything to make it so.
> 
> Nothing special should be needed.
> 
> One of my fellow Debian/Ubuntu developers (mitya57) tried to reproduce this
> and got results like yours.   He'll report to the lost after some additional
> investigation.

Note that if you run "plugins.py" from the examples directory, you won't see the
ImportError message since plugins.py doesn't forward the output of designer.

You'll have to do something like

PYQTDESIGNERPATH=`pwd`/python PYTHONPATH=`pwd`/widgets designer

to see output.

cheers,
Georg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140908/37c82a69/attachment.sig>


More information about the PyQt mailing list