Path to this page:
Subject: CVS commit: wip/kdebindings4-python
From: mwdavies
Date: 2009-02-11 23:55:21
Message id: E1LXNzU-0002lh-Sj@ddv4jf1.ch3.sourceforge.com
Log Message:
Doesn't work with python2.4. Noted by Matthias Drochner and David H.
Gutteridge
"It seems this is due to an interaction with QT, according to this bug
report filed with the Python developers:
http://bugs.python.org/issue1086854
(In summary, this is because of name collision between QT and the
Python header file in question: QT's moc preprocessor reserves extra
words beyond what standard C++ specifies, including "slots", which
appears as a variable name in Python's object.h. This was accounted
for in Python 2.5.)"
Files: