| Summary: | games-puzzle/hexamine seems to run on wrong python version | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | manuel |
| Component: | [OLD] Unspecified | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge --info | ||
Created attachment 403336 [details]
emerge --info
changed the wrapper to use EPYTHON instead of just hardcoding "python". Maybe it would be good to increase the version number so one doesn't have to manually unmerge it, delete the source from /usr/portage/distfiles and merge it again? |
Running hexamine produces this error: File "./hexamine.py", line 367 fnt = pygame.font.Font("./skins/%s/font.ttf" % (SKIN),14) ^ TabError: inconsistent use of tabs and spaces in indentation Can it be related to python2/python3? "eselect python show" returns python3.3. Reproducible: Always