does not support python 2.5
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CLI Companion |
Confirmed
|
Wishlist
|
CLI Companion Development Team |
Bug Description
Currently CLI Companion works only with python 2.6 and above. This means it does not work with Debian Lenny. It looks like it would be not much work to make CLI Companion run on python 2.5.
05:59 #ubuntu-
06:17 #ubuntu-
06:18 #ubuntu-
pastebin of error
Processing triggers for python-support ...
/usr/lib/
Compiling /usr/lib/
File "/usr/lib/
with open(CHEATSHEET, "a") as cheatfile:
^
SyntaxError: invalid syntax
/usr/lib/
Compiling /usr/lib/
File "/usr/lib/
with open('/etc/passwd') as f:
^
SyntaxError: invalid syntax
/usr/lib/
Compiling /usr/lib/
File "/usr/lib/
with open(CHEATSHEET, "r") as cheatfile:
^
SyntaxError: invalid syntax
Related branches
Changed in clicompanion: | |
status: | New → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → CLIcompanion Development Team (clicompanion-devs) |
description: | updated |
Changed in clicompanion: | |
importance: | Low → Wishlist |
Most newer Ubuntu releases uses python 2.6
Regretabbly CLI Companion has been put on the back burner for release in Debian.
*****Unless some Debian developers want to help.
Notes from team?