Re: [Ubuntu-phone] PyOtherSide: Asynchronous Python Bindings for Qt 5

2013-10-26 Thread Matt Austin
On 22 October 2013 02:43, Rodrigo Belem wrote: > > On Oct 21, 2013 10:40 AM, "Matt Austin" wrote: >> I was wondering if someone could help me compile a qml plugin which >> allows use of python. >> ... >> Any steps I can follow to get a working installation would be very >> welcome! >> Just thoug

Re: [Ubuntu-phone] PyOtherSide: Asynchronous Python Bindings for Qt 5

2013-10-21 Thread Matt Austin
On 22 October 2013 02:43, Rodrigo Belem wrote: > I can help you to get it working. My nick is rbelem and I'm at #ubuntu-touch > channel. BTW, I was wondering if pyotherside can make pyside applications > work with qt5. I want to port openwhatsapp[0] to ubuntu touch. Hi Rodrigo, Thanks! I'll loo

Re: [Ubuntu-phone] PyOtherSide: Asynchronous Python Bindings for Qt 5

2013-10-21 Thread Matt Austin
On 22 October 2013 04:39, Barry Warsaw wrote: > Please note too that we don't want to ship Python 2 on the touch images for > 14.04, so if you're going to use Python make sure it's Python 3. > The author of PyOtherSide (thp) only officially supports python 3.3+ (although I believe it is possible

Re: [Ubuntu-phone] PyOtherSide: Asynchronous Python Bindings for Qt 5

2013-10-21 Thread Gustavo Niemeyer
Or Go! http://github.com/niemeyer/qml On Oct 21, 2013 1:06 PM, "Michał Sawicz" wrote: > On 21.10.2013 21:31, Michael Hall wrote: > >> Is there a reason you are trying to use Python from QML instead of it's >> native Javascript? >> >> While PyOtherSide may work, it's not a supported language o

Re: [Ubuntu-phone] PyOtherSide: Asynchronous Python Bindings for Qt 5

2013-10-21 Thread Barry Warsaw
On Oct 21, 2013, at 03:31 PM, Jamie Strandboge wrote: >So, if the app shipped the entire python interpreter we should be able to get >away with not having to update the application confinement policy. > >However, shipping the interpreter is cumbersome, and I think what is really >being asked is if

Re: [Ubuntu-phone] PyOtherSide: Asynchronous Python Bindings for Qt 5

2013-10-21 Thread Jamie Strandboge
On 10/21/2013 03:13 PM, Pat McGowan wrote: > On 10/21/2013 04:06 PM, Michał Sawicz wrote: >> On 21.10.2013 21:31, Michael Hall wrote: >>> Is there a reason you are trying to use Python from QML instead of it's >>> native Javascript? >>> >>> While PyOtherSide may work, it's not a supported language

Re: [Ubuntu-phone] PyOtherSide: Asynchronous Python Bindings for Qt 5

2013-10-21 Thread Pat McGowan
On 10/21/2013 04:06 PM, Michał Sawicz wrote: > On 21.10.2013 21:31, Michael Hall wrote: >> Is there a reason you are trying to use Python from QML instead of it's >> native Javascript? >> >> While PyOtherSide may work, it's not a supported language or platform >> for the Ubuntu SDK, so we can't gua

Re: [Ubuntu-phone] PyOtherSide: Asynchronous Python Bindings for Qt 5

2013-10-21 Thread Michał Sawicz
On 21.10.2013 21:31, Michael Hall wrote: Is there a reason you are trying to use Python from QML instead of it's native Javascript? While PyOtherSide may work, it's not a supported language or platform for the Ubuntu SDK, so we can't guarantee that it will always work or work properly. I would

Re: [Ubuntu-phone] PyOtherSide: Asynchronous Python Bindings for Qt 5

2013-10-21 Thread Michael Hall
Is there a reason you are trying to use Python from QML instead of it's native Javascript? While PyOtherSide may work, it's not a supported language or platform for the Ubuntu SDK, so we can't guarantee that it will always work or work properly. I would encourage you to use Javascript instead of

Re: [Ubuntu-phone] PyOtherSide: Asynchronous Python Bindings for Qt 5

2013-10-21 Thread Rodrigo Belem
Hi Matt, I can help you to get it working. My nick is rbelem and I'm at #ubuntu-touch channel. BTW, I was wondering if pyotherside can make pyside applications work with qt5. I want to port openwhatsapp[0] to ubuntu touch. [0] http://openwhatsapp.org/develop/ -- Rodrigo Belem On Oct 21, 2013

[Ubuntu-phone] PyOtherSide: Asynchronous Python Bindings for Qt 5

2013-10-21 Thread Matt Austin
Hi, I'm looking to port my MeeGo / SailfishOS app to Ubuntu Touch. The UI is in QML, but it requires Python. I've been using "PyOtherSide" on SailfishOS successfully. PyOtherSide is a QML Plugin that provides access to a Python interpreter from QML: http://thp.io/2011/pyotherside/ I was wonderi