Skip to content

AttributeError: 'module' object has no attribute 'poll' #6

@svisser

Description

@svisser

The project doesn't seem to work on Mac OS X (and possibly others, as select.poll isn't supported on all operating systems):

  File "/Users/svisser/.virtualenvs/test/bin/beanstalktop.py", line 291, in run_beanstalktop
    return curses.wrapper(run_beanstalktop_window, options)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/wrapper.py", line 43, in wrapper
    return func(stdscr, *args, **kwds)
  File "/Users/svisser/.virtualenvs/test/bin/beanstalktop.py", line 287, in run_beanstalktop_window
    ui.run()
  File "/Users/svisser/.virtualenvs/test/bin/beanstalktop.py", line 75, in run
    poll = select.poll()
AttributeError: 'module' object has no attribute 'poll'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions