| Summary: | games-puzzle/pathological-1.1.3-r2: syntax error | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Heiko Baums <heiko.baums> |
| Component: | [OLD] Games | Assignee: | Gentoo Games <games> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Changing the line exec python ./pathological.py $options $scoresfile to exec python2 ./pathological.py $options $scoresfile in the file /usr/games/bin/pathological fixes the issue. +*pathological-1.1.3-r3 (13 Jun 2013) + + 13 Jun 2013; Julian Ospald <hasufell@gentoo.org> + +pathological-1.1.3-r3.ebuild: + fix python handling wrt #473126 use pathological-1.1.3-r3 close when stable Is stable now |
pathological.py can't be started due to a syntax error: $ pathological File "./pathological.py", line 43 print "Usage: "+sys.argv[0]+" [-cb] [-f] [-s] [highscores-file]\n" ^ SyntaxError: invalid syntax Reproducible: Always