mirror of
https://github.com/thp/pyotherside.git
synced 2025-02-05 08:08:23 +08:00
In some cases (e.g. release builds, see issue #46) it could be that pyobject_converter.h is included in more than one compile unit, which also creates two instances of the PyDateTimeAPI static variable, defined in Python's datetime.h. For this reason, we must not keep track of the initialization state manually, but instead just initialize PyDateTimeAPI whenever it is NULL.
PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 ==================================================== A Qt 5 QML Plugin that provides access to a Python 3 interpreter from QML. Requirements: Qt >= 5.1.0 Python >= 3.3.0 To build and install the QML plugin: qmake make make install To build against a specific Python version, use: qmake PYTHON_CONFIG=python3.3-config make make install To run the included unit tests after building, use: ./tests/tests If you want to link PyOtherSide statically against Python 3, you can include the Python Standard Library in PyOtherSide as Qt Resource and have it extracted automatically on load, for this, zip up the Standard Library and place the .zip file as "pythonlib.zip" into src/ before running qmake. More information: Project page: https://thp.io/2011/pyotherside/ Git repo: http://github.com/thp/pyotherside/ Bug tracker: https://github.com/thp/pyotherside/issues Documentation: http://pyotherside.readthedocs.org/
Languages
C++
83.2%
QML
10.2%
Python
2.7%
QMake
1.8%
C
1.6%
Other
0.5%