View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#30
Originally Posted by rm42 View Post
One thing that bothers me about PyQt right now is that by if one creates a program with it, users need to enable the extras-devel repository in order to use it. Hopefully this changes soon.
Just to follow up on this - it has actually very little to do with PyQt itself, it's in -devel because the Nokia packages it depends on are not optified. Thus, a PyQt application in Extras would mean an avalanche of several dozen non-optified megabytes in dependecies for the user. PySide, in it's current iteration being less compact than PyQt, suffers from this problem even more heavily. We're basically waiting for PR1.1 to resolve this problem. If it does, I'm pushing PyQt in Extras(-testing) the very next day.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following 2 Users Say Thank You to attila77 For This Useful Post: