[Python-modules-team] Bug#784512: Is anybody working on PySide2?

2017-09-24 Thread Dominique Belhachemi
You can find some pyside2 packages in following Ubuntu PPA sudo apt-get install software-properties-common sudo add-apt-repository ppa:thopiekar/pyside-git sudo apt-get update apt-get install python3-pyside2 For a quick test you can try to compile the packages in Debian testing. # compile and

[Python-modules-team] Bug#757751: Bug#757751: missing symbol amqp_get_or_create_channel_pool

2014-09-09 Thread Dominique Belhachemi
Based on ( https://github.com/celery/librabbitmq#installation ) I should be able to run a quick example: from librabbitmq import Connection conn = Connection(host=localhost, userid=guest, ... password=guest, virtual_host=/) channel = conn.channel()