MxCube Packaging
peoples involved:
- SAVKO Martin
== Dependencies ===
Qub
the setup.py file need to be fix, to provide a correct
python setup.py sdist
then the moc part of Qt need to be integrated in the setup.py file.
this python module still use Qt3 but a Qt4 version exist. For now one of the extension does not compile out of the box. The problem triggered in the qvariant.h qt3 header file.
A very hugly temporary fix. Add thoses line in the qvariant.h qt3 header
#undef Int #undef UInt #undef Bool
a real fix is required !!!