Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 330587 - app-admin/pydf-9 no longer works with watch(1)
Summary: app-admin/pydf-9 no longer works with watch(1)
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Dror Levin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-31 11:32 UTC by Valeo de Vries
Modified: 2012-03-05 15:00 UTC (History)
0 users

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 Valeo de Vries 2010-07-31 11:32:53 UTC
<=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
Comment 1 Dror Levin (RETIRED) gentoo-dev 2011-05-17 21:55:06 UTC
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.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-03-05 15:00:45 UTC
pydf-10 seems to work fine here, please try that, and reopen if it's still a problem