Reply
Thread Tools
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#11
Originally Posted by mattaustin View Post
It's a real shame, as I've already ported my app to Silica/Sailfish (it runs great in the alpha SDK) - and now it turns out that it was a waste of my time. I have no experience with C, but use Python every day.
That was the impression I had - that many of the applications ported to Sailfish OS so far were written in Python. Of course not one single developer will re-write everything from scratch in C++.

Jolla must be aware of this, right? It just cannot be that they ask people to port applications without telling them that whatever runs in the Alpha SDK won't run on the final product. I really hope they find a way around this issue.
 

The Following 3 Users Say Thank You to benny1967 For This Useful Post:
Posts: 771 | Thanked: 393 times | Joined on Feb 2012
#12
python simplicity beats C++..
__________________
5800XMN8808N9
 

The Following 2 Users Say Thank You to soryuuha For This Useful Post:
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#13
And C++ beats Python in efficiency. And don't even try to write complex multithreaded applications in Python. Each language has its benefits.
 

The Following 5 Users Say Thank You to shmerl For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#14
Wit a bit of luck & patience we might get usable Qt5 from the PyQt project (in the form of PyQt5). It can already be built against Qt5, but does not currently support QtQuick (both 1&2). Unfortunately there are a few issue with using PyQt vs PySide
  • no QtQuick support & not timeline for it (hopefully shows up soon)
    • PySide does not currently support Qt5 at all and there is no timeline. Sfiet Konstantin said on IRC he'll try to at least build QtCore so we'll see.
  • no packages for Maemo, Mer or Nemo
    • PySide has ready made packages for Fremantle, Harmattan and Nemo
  • incompatibility with Fremantle and Harmattan - if PyQt starts to be used, backports to Maemo might get cumbersome
    • Unless the application either abstracts the PyQt and PySide difference or PyQt5 is backported to Fremantle and Harmattan
  • licensed under GPL - requires your application to be either also GPL or to purchase an expensive commercial license
    • While most Python applications on Maemo & co are open source, it might still limit some developers.

All in all, it's quite an issue, as it means both more work for Python devs, wasted effort for those who already ported their apps to the current Sailfish and also that #unlike on Fremantle and Harmattan, Python applications will not be first class citizens on Sailfish, at least not initially.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)

Last edited by MartinK; 2013-07-16 at 16:57. Reason: Typos, typos everywhere!
 

The Following 12 Users Say Thank You to MartinK For This Useful Post:
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#15
Originally Posted by MartinK View Post
Wit a bit of luck & patience we might get usable Qt5 from the PyQt project (in the form of PyQt5). It can already be built against Qt5, but does not currently support QtQuick (both 1&2). Unfortunately there are a few issue with using PyQt vs PySide
  • no QtQuick support & not timeline for it (hopefully shows up soon)
    • PySide does not currently support Qt5 at all and there is no timeline. Sfiet Konstantin said on IRC he'll try to at least build QtCore so we'll see.
  • no packages for Maemo, Mer or Nemo
    • PySide has ready made packages for Fremantle, Harmattan and Nemo
  • incompatibility with Fremantle and Harmattan - if PyQt starts to be used, backports to Maemo might get cumbersome
    • Unless the application either abstracts the PyQt and PySide difference or PyQt5 is backported to Fremantle and Harmattan
  • licensed under GPL - requires your application to be either also GPL or to purchase an expensive commercial license
    • While most Python applications on Maemo & co are open source, it might still limit some developers.

All in all, it's quite an issue, as it means both more work for Python devs, wasted effort for those who already ported their apps to the current Sailfish and also that #unlike on Fremantle and Harmattan, Python applications will not be first class citizens on Sailfish, at least not initially.
Isn't THP's also working at Jolla? I hope he gets sometime over working with pyside maybe? I probadly should be in his intrests cause of gpodder etc...

Btw. If PyQT dont even has QTQuick support. PySide definitivly must be best/fastes choice to port to Qt5. As I stated already I dont see WHY we need two bindings its just confusing and stupid.
__________________
Keep safe and healthy

Last edited by mikecomputing; 2013-07-16 at 19:09.
 

The Following User Says Thank You to mikecomputing For This Useful Post:
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#16
I heard thp is rewritting gPodder in c++.
 

The Following User Says Thank You to Morpog For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#17
Originally Posted by mikecomputing View Post
As I stated already I dont see WHY we need two bindings its just confusing and stupid.
I'ts for historical reasons - PyQt is far older project than PySide, IIRC dating back to Qt3 and maybe older. Its developed by quite a small company called Riverbank Computing, the livelihood of which pretty much depends on selling commercial PyQt licenses. That's why PyQt it is GPL only. Back then, KDE was also GPL only and Trolltech was financed in a similar manner.

But then Nokia bought Qt and published it under LGPL, making it usable for a wider range or developers. But negotiations with Riverside about changing the PyQt license fell through, so Nokia paid Openbossa to build alternative Python<->Qt bindings called PySide, available under LGPL.

Due to LGPL, PySide can be used even with proprietary software without buying a commercial license, and it seems to be quite popular with the likes of Maya and other big software companies. It's definitely not a Fremantle/Harmattan only affair, but due to the slow movement of big companies, we can't really count on them to help with porting PySide to Qt5 in near future.

The biggest problem with PySide became apparent when Nokia stopped paying Openbossa more than a year ago. Development slowed to a halt and most original developers left, even the original website eventually broke down and vanished.

Lately, there has been some progress with new community people taking over and recently releasing a 1.2 bugfix release (Qt4 only). Digia also doesn't seem to be interested in PySide (don't know if the new devs have asked them though).

As mentioned earlier, there is currently no Qt5 roadmap at all. Therefore it is unlikely there PySide will be usable with Qt5 when at the time when the first Jolla device is released. IMHO, only a major infusion of cash and/or coding ninjas to the project might help with that.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 7 Users Say Thank You to MartinK For This Useful Post:
Posts: 120 | Thanked: 279 times | Joined on Sep 2009 @ Perth, Australia
#18
thp has been working on 'PyOtherSide', which he demos in this video: http://www.youtube.com/watch?v=04DeqYuJHJU

I still need to take a closer look, but at least there might be an alternative.


There is also a potential glimmer of hope from Digia, with a mention that PySide might maybe sometime see some attention maybe possibly: http://lists.qt-project.org/pipermai...ly/001512.html
 

The Following 5 Users Say Thank You to mattaustin For This Useful Post:
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#19
thp blogging about future of Python on wayland with Qt5. Remember, he is a jolla employe since a few days/weeks.

The way forward with Python on Qt 5 (with a bit of history)
 

The Following 7 Users Say Thank You to Morpog For This Useful Post:
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#20
 

The Following 7 Users Say Thank You to Morpog For This Useful Post:
Reply

Tags
votingforcnotp!

Thread Tools

 
Forum Jump


All times are GMT. The time now is 23:26.