z25 / pyZOCP

Python ZOCP implementation (Z25 Orchestration Control Protocol)
GNU Lesser General Public License v3.0
33 stars 5 forks source link

Unify QT examples; PyQt5 license #66

Closed fieldOfView closed 9 years ago

fieldOfView commented 9 years ago

@ikbenmacje committed a PySide/Qt4 example to the examples folder. It would be trivial to create a single, unified Qt example that uses a try/catch around the import statements and uses whatever is available.

What is the status of PyQt5? Can we use it in the pyZOCP repo? Last I heard from @sphaero is that there may be a LGPL/GPL conflict. It looks like there is still an issue and we may have to remove the Qt5 example.

sphaero commented 9 years ago

I think we can. Our examples are also GPL so there is no issue. When other licenses popup we'd have look into it but until then. I'm not sure how that holds with ZOCP and its parents...

Perhaps this helps? http://www.gnu.org/cgi-bin/license-quiz.cgi

fieldOfView commented 9 years ago

See https://github.com/z25/pyZOCP/pull/67

fieldOfView commented 9 years ago

Perhaps this helps? http://www.gnu.org/cgi-bin/license-quiz.cgi

No, not even a bit

fieldOfView commented 9 years ago

Would someone please look at https://github.com/z25/pyZOCP/pull/67?

fieldOfView commented 9 years ago

Fixed here: https://github.com/z25/pyZOCP/pull/67