Hi,

PyQt4 entered Debian/Sid today and I had to try wether my apps also work
under the "system python" now. Unfortunately they don't and I'd just
like a confirmation that this is "intentional". Debian/Sid still uses
python2.3 as standard system python and that one doesn't know decorators
yet, as it seems. So if decorators only work with Python 2.4, this
should be stated in the docs regarding auto-connection and also I think
a note should appear in the README.

If decorators should work with python2.3, I'd like to why this doesn't
work:

[EMAIL PROTECTED]:~/projects/xpathevaluator>PYTHONPATH=$PWD /usr/bin/python2.3 
xpathevaluator/xpathevaluator.py
Traceback (most recent call last):
  File "xpathevaluator/xpathevaluator.py", line 57, in ?
    sys.exit(run())
  File "xpathevaluator/xpathevaluator.py", line 35, in run
    from xpathwidget import XPathWidget
  File "/home/andreas/projects/xpathevaluator/xpathevaluator/xpathwidget.py", 
line 198
    @pyqtSignature("on_fileButton_clicked()")
    ^
SyntaxError: invalid syntax

Andreas

-- 
Chicken Little was right.

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to