-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
Labels
No labels