PyQt and Qt offer GPL and Proprietary licenses. The proprietary licenses are for coders who want to link proprietary libraries, given them a legal option to do so. Riverbank and Nokia cannot 'force' your compiled scripts to be GPL simply because the version you downloaded is GPL. That is why there is a proprietary option.
I don't see how licensing code GPL on the back of LGPL code is a problem. Surely GPL and LGPL is compatible with LGPL being the most flexible of the two.
I'm not clued up on the licensing but I know pyqt4.4 built against qt4.5 works fine
The problem is that a developer can use Qt 4.5 w/LGPL for a proprietary, commercial app. However, a developer cannot use PyQt for a proprietary, commercial app because it is GPL.
wow! you have a hell of library there! Tell me about c++, i had to do a module during uni and developed a healthy hated for it. I shall never use it again.
upload to mediafire plz
cheatengine101 3 months ago
@cheatengine101 There's nothing to upload
jonno85uk 3 months ago
it is not 2min but 2min and 17sec ;)
furusak81 10 months ago
@furusak81 Yes, pedant.
jonno85uk 10 months ago
I made my browser but i can't download and i can't see video or picture.
MOLLYE1012 1 year ago
@MOLLYE1012 You need to enable external plugins. riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwebsettings.html#WebAttribute-enum
jonno85uk 11 months ago
@superspeed500 Don't know as I don't use them. Try a mac forum perhaps?
jonno85uk 1 year ago
PyQt and Qt offer GPL and Proprietary licenses. The proprietary licenses are for coders who want to link proprietary libraries, given them a legal option to do so. Riverbank and Nokia cannot 'force' your compiled scripts to be GPL simply because the version you downloaded is GPL. That is why there is a proprietary option.
adamx20 1 year ago
@adamx20 Qt also offers the LGPL licence, which is what this discussion is about.
There is a reason for the LGPL - it allows proprietary software to link with it. The same is not true of the GPL. And PyQt is only GPL, not LGPL.
clith 1 year ago
People using PyQt should also know about PySide, which *is* LGPL, unlike PyQt.
clith 2 years ago
@clith
Word
Faust2Coder 2 years ago
Thank You Very much jonno85uk!
rodrigohaas 2 years ago
Is any update needed for Qt 4.5?
clith 2 years ago
See if it doesn't work first
jonno85uk 2 years ago
The problem is the license incompatibility. Qt is LGPL, while PyQt is only GPL.
clith 2 years ago 2
I don't see how licensing code GPL on the back of LGPL code is a problem. Surely GPL and LGPL is compatible with LGPL being the most flexible of the two.
I'm not clued up on the licensing but I know pyqt4.4 built against qt4.5 works fine
jonno85uk 2 years ago
The problem is that a developer can use Qt 4.5 w/LGPL for a proprietary, commercial app. However, a developer cannot use PyQt for a proprietary, commercial app because it is GPL.
It's that simple.
clith 2 years ago
Wrong. Any file you make with PyQt is going to be considered output, and the maker of PyQt cannot force that file to be GPL.
adamx20 1 year ago
I don't see your point. LGPL is compatibly with GPL and has been so for years.
adamx20 1 year ago
Here it worked with Qt 4.5.0
darthvesgo 2 years ago
I can't find the Qwebview widget in my qt4 designer. :(
Is it disabled by default?
ambir 3 years ago
what version on Qt do you have installed? I think it's been there since 4.4.1, maybe 4.4.2.
jonno85uk 3 years ago
This comment has received too many negative votes show
nice!
Where can I find documentation to play with the browser (as in buttons, etc.)?
polypolyman 3 years ago
Create a button, press F4, drag a link from button to webkit widget. Go mad!
However, you miss out a lot of functionality using Qt Designer as a PyQt4 GUI development tool. This isn't visual basic.
jonno85uk 3 years ago
haha yeah...
I was planning on doing my own coding in playing with it - coincidentally, I just found a book on pyqt programming at my library :P
I'm fluent in python and c - but python trying to be c++ is a bit wacky :P
polypolyman 3 years ago
wow! you have a hell of library there! Tell me about c++, i had to do a module during uni and developed a healthy hated for it. I shall never use it again.
jonno85uk 3 years ago
Wow cool!!!
But i couldn't write web browser on ubuntu using webkit. There are many errors occured. Is there any tutorial available for ubuntu?
sharavsambuu 3 years ago
It shouldn't really matter what distro you use. Make sure you have qt-4.4.2 and pyqt-4.4.3 installed.
jonno85uk 3 years ago