Closed shelbyKiraM closed 10 years ago
That is a packaging issue for OS X.
Can you add "pip install urwid" to setup.py on Mac OS if it isn't?
I'm not sure that is the right thing to do. While I don't directly use or fully understand how pip uses setup.py files... urwid is already listed as a requirement in setup.py.
Ok well, I'll just close this... Setup didn't s/unsta/install/ it for me.
@insanum @blacRose The requirements have to be specified with install_requires
and setuptools
must be used instead of distutils.core
: http://python-packaging-user-guide.readthedocs.io/en/latest/requirements/
I had to pip install urwid... On Mac OS X 10.10.