Re: [jToolkit-users] jToolkit 0.7.8 won't work with python 2.3.5-2
Brought to you by:
davidfraser,
friedelwolff
From: David F. <da...@sj...> - 2006-12-04 08:48:16
|
Armin Besirovic wrote: > Hey there. > > I've tried installing jToolkit on a Debian box with python v2.3.5-2 but I get > messages for this file: > > /usr/lib/python2.3/site-packages/jToolkit/test/test_application.py > > saying something about a syntax error. I've also found a debian package > called 'python-jtoolkit-0.7.8-2' which requires 'python2.3.5-6' but I'm not > in the position where I can install a new version of python, so is there a > workaround? > > Also, the package 'python-support' required by 'python-jtoolkit' requires the > new version of python. > > Thanks much. > I'm not sure if the folks who packaged jToolkit for Debian are on this list - they're probably on the Pootle list (tra...@li...) and it may be best to contact them there. The syntax error is because of a Python 2.4-style decorator if I remember correctly - that file is only used for tests and could be removed if you need a quick fix But it sounds to me (not being a Debianite) like if the version requires a new release of Python there may be a reason for this... or else you may be able to dig up an old version of python-support Cheers David |