[Python-modules-team] Processed: Proposed patch

2008-10-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 484360 + patch Bug#484360: Quixote not ready for Python 2.5? There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian B

[Python-modules-team] Bug#484360: Proposed patch

2008-10-06 Thread John Wright
tags 484360 + patch thanks The interface to compiler.ast.From seems to have changed in Python 2.5. It now takes a required "level" argument. I believe passing it a value of 0 results in the same behavior as the old version. Anyway, this seems to work for destar (after I fix an unrelated bug in t

[Python-modules-team] Bug#484360: Bug#501207: destar: Fails to run with python2.5

2008-10-06 Thread Faidon Liambotis
John, hi, John Wright wrote: > The above problem is actually the same as bug 501207. However, with > that patch applied, I get the following problem starting destar: > The attached patch fixes the SyntaxError. Thanks a lot for these patches! I have absolutely no clue about python and I don't th

[Python-modules-team] Bug#484360: Bug#501207: destar: Fails to run with python2.5

2008-10-06 Thread Faidon Liambotis
John Wright wrote: > Yes, lenny will have both python2.4 and python2.5. One workaround, at > least for the compiler.ast.From problem, would be to run destar with > #!/usr/bin/python2.4 instead of #!/usr/bin/python. But I think it > better to fix the bug rather than try to work around it, if possi

[Python-modules-team] Bug#484360: Bug#501207: destar: Fails to run with python2.5

2008-10-06 Thread John Wright
On Tue, Oct 07, 2008 at 08:42:26AM +0300, Faidon Liambotis wrote: > John, hi, > > John Wright wrote: > > The above problem is actually the same as bug 501207. However, with > > that patch applied, I get the following problem starting destar: > > > The attached patch fixes the SyntaxError. > Than