Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281415 - x11-wm/plwm invalid syntax with Python 2.6
Summary: x11-wm/plwm invalid syntax with Python 2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop WM Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-2.6
  Show dependency tree
 
Reported: 2009-08-13 23:24 UTC by Christian Faulhammer (RETIRED)
Modified: 2010-01-17 21:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Faulhammer (RETIRED) gentoo-dev 2009-08-13 23:24:46 UTC
Maybe treecleaning is appropriate?

 * Byte compiling python modules for python-2.6 .. ...
Compiling //usr/lib/python2.6/site-packages/plwm/outline.py ...
SyntaxError: ('invalid syntax', ('//usr/lib/python2.6/site-packages/plwm/outline.py', 66, 23, '\t    sx, sy, sw, sh, as = namepos\n'))

Compiling //usr/lib/python2.6/site-packages/plwm/outline.py ...
SyntaxError: ('invalid syntax', ('//usr/lib/python2.6/site-packages/plwm/outline.py', 66, 23, '\t    sx, sy, sw, sh, as = namepos\n'))
Comment 1 Sebastian Pipping gentoo-dev 2009-09-23 11:35:49 UTC
update: mail sent to upstream (David H. Bronke) today asking for:
- plans on near-future releases
- fixing python 2.6 support
Comment 2 David H. Bronke 2009-09-25 21:36:24 UTC
I've conferred with the other PLWM developers, and we should be releasing a new version soon. (within the next week or so) I'll see about updating the ebuild and attaching a copy here once I'm done packaging the release.
Comment 3 David H. Bronke 2009-11-14 19:16:20 UTC
A new release candidate of PLWM is available at https://sourceforge.net/projects/plwm/files/plwm/2.7rc1/. This version fixes Python 2.6 compatibility issues, as well as accumulating a large number of new features since the last release. If no issues are brought up, the stable 2.7 release should be made in the next couple of weeks. For now, it's recommended to use 2.7rc1 instead of 2.6a or any previous release.

Also, a new release candidate of Python-Xlib, the support library for PLWM, has been made; it can be found at https://sourceforge.net/projects/python-xlib/files/python-xlib/0.15rc1/.
Comment 4 Dirkjan Ochtman (RETIRED) gentoo-dev 2010-01-01 21:43:51 UTC
Figured I'd help out by bumping dev-python/python-xlib (to 0.15_rc1) and x11-wm/plwm (to 2.7_rc1). Asked yngwin's permission.
Comment 5 Christian Faulhammer (RETIRED) gentoo-dev 2010-01-16 16:56:24 UTC
So this is fixed.  Maybe we can look into stabilising it later.  Will there be something following the RC?
Comment 6 David H. Bronke 2010-01-17 21:37:05 UTC
I'm hoping to get a full release out soon. So far I've gotten no feedback on the releases I've made, so I'm assuming there's no outstanding bugs, but I want to run through some thorough tests before releasing.