By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 679

Summary: Build issue: Koffice FTBFS (python problem) under Fedora 16
Product: TDE Reporter: Francois Andriot <albator78>
Component: non-core programsAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: major CC: bugwatch, darrella
Priority: P5    
Version: 3.5.12 [Trinity]   
Hardware: amd64   
OS: Other   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: Fix python compilation error

Description Francois Andriot 2011-11-22 15:30:22 CST
Hello, during RPM package creation, the rpmbuild tool automatically compiles all python scripts.

Then it fails with the following error:

SyntaxError: ('invalid syntax', ('/opt/trinity/share/apps/kross/python
/RestrictedPython/Utilities.py', 49, 19, 'def reorder(s, with=None, without=()):\n'))

Python version is 2.7.2
Comment 1 Francois Andriot 2011-11-23 16:08:07 CST
Created attachment 156 [details]
Fix python compilation error

This patch modifies the faulty script syntax so that it compiles under Fedora 16.
Comment 2 Timothy Pearson 2012-01-08 03:24:20 CST
Committed to GIT in hash 5ec453c.

Thanks for reporting, and for the patch!