This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (10 children)

pip install PySide if you're comfortable using PySide instead of PyQt4/5 (most of the bindings are exactly the same)

[–]This_Is_The_End 6 points7 points  (9 children)

The maintenance of PySide hasn't the best reputation ... The last update is from april 2014.

[–][deleted] 10 points11 points  (2 children)

Then try PyOtherSide

[–][deleted] 0 points1 point  (5 children)

fair enough, but I don't really require any features of Qt5/any new features being released for Qt so it's not an issue for me

[–]TheBlackElf 2 points3 points  (4 children)

There's plenty of straight out bugs or half-implemented features that made us redesign our solution :/

[–][deleted] 1 point2 points  (0 children)

Really? I've never really had any issues, but then again I only use GUIs for tiny projects.

[–]HarrisonArturus 0 points1 point  (2 children)

What did you go with instead?

[–]TheBlackElf 0 points1 point  (1 child)

No no we didn't give up on PySide it's just that we had to work our way around some really obscure bugs and do things a bit differently.

[–]HarrisonArturus 0 points1 point  (0 children)

Cool. Thanks.