Page MenuHomePhabricator

Running `arc anoid` results in a python stacktrace
Closed, WontfixPublic

Description

It looks like I'm missing some python curses library

host128:mimjava cspeck$ arc noid
(Assuming 'noid' is the British spelling of 'anoid'.)
Traceback (most recent call last):
  File "/Users/cspeck/Projects/phacility/arcanist/scripts/breakout.py", line 212, in <module>
    curses.wrapper(main)
  File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/wrapper.py", line 43, in wrapper
    return func(stdscr, *args, **kwds)
  File "/Users/cspeck/Projects/phacility/arcanist/scripts/breakout.py", line 139, in main
    curses.curs_set(0)
_curses.error: curs_set() returned ERR

Event Timeline

cspeckmim raised the priority of this task from to Needs Triage.
cspeckmim updated the task description. (Show Details)
cspeckmim added a subscriber: cspeckmim.

It looks like I have Python 2.7 installed through homebrew and don't have a curses library. Likely not an issue with Arcanisht.

epriestley triaged this task as Wishlist priority.Apr 6 2015, 8:30 PM
epriestley added a subscriber: epriestley.

We should try to emit a more actionable error message.

epriestley claimed this task.

Unsure how to reproduce this.