summaryrefslogtreecommitdiffstats
path: root/module-init.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed testing for the presence of optional modules,Slávek Banko2022-07-291-3/+20
| | | | | | | | because simply testing a file with a ".so" extension does not work on multiarch Python installations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b34531364d5c0d3be7056d87011afd8bd538a0e7)
* Updates to support Python version 3aneejit12022-07-281-1/+1
| | | | | | | | | | | Amendments to the sip source and configuration/build scripts to allow for support under Python version 3. The examples have been updated using "2to3" along with some manual changes to sort out intentation and casting to integer from float. Signed-off-by: aneejit1 <aneejit1@gmail.com> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6be046642290c28c17949022fb66ae02ac21d544)
* Improve python_tqt module initializationSlávek Banko2016-09-251-0/+35
This relates to bug 2693 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0b2f1c4760ceb98b6e3213999a1e4d48d24e91e8)