Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Am I supposed to use PyQT4 for programming cross-platform software in Python?

So a user suggested getting PyQT.

A quick Google gave me this: Link

Is this GUI Library for pay?

If my development environment is Ubuntu Linux, what should I download on that site. I have no idea.

Please provide links if the site I provided is not correct to what I need. Thank you.

like image 920
Sergio Tapia Avatar asked Feb 05 '26 19:02

Sergio Tapia


1 Answers

You may want to look at PySide which is sponsored by Nokia, who own QT. It's also LGPL, which is a bit better of a license than the PyQT bindings. It's also a bit more pythonic in how it works. Unfortunately, it's new, so there isn't as much documentation. On their download page you can find information about a PPA for Ubuntu which will make it so your bindings automatically stay up to date.

If you want to run PyQT then just use APT and install python-qt3 or python-qt4.

like image 172
Pridkett Avatar answered Feb 07 '26 08:02

Pridkett



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!