| Summary: | app-admin/pydf-9 no longer works with watch(1) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Valeo de Vries <valeo.de> |
| Component: | New packages | Assignee: | Dror Levin (RETIRED) <spatz> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Sorry for taking ages to respond. This is really an upstream issue, can you please report this bug to the author? His mail is in the README. Thanks. pydf-10 seems to work fine here, please try that, and reopen if it's still a problem |
<=app-admin/pydf-8 works perfectly with watch(1), however pydf-9 (e.g. "watch pydf") emits the following traceback: Traceback (most recent call last): File "/usr/bin/pydf", line 630, in <module> terminal_width = get_terminal_width() File "/usr/bin/pydf", line 82, in get_terminal_width width = handler() File "/usr/bin/pydf", line 64, in get_terminal_width_resize c = subprocess.getoutput('resize').split('\n') AttributeError: 'module' object has no attribute 'getoutput' Reproducible: Always Steps to Reproduce: 1. emerge =pydf-9 2. watch pydf