Closed Foadsf closed 5 years ago
Hi there, thanks for reporting. The first issue is an easy fix. I'll put in a change and a release soon
A fix has been pushed up and v0.3.1 released!
Thanks for reporting!
urwid
case isn't fixed yet:
$ xo --version (py36)
Traceback (most recent call last):
File "/Users/klay6683/miniconda3/envs/py36/bin/xo", line 35, in <module>
import urwid
ModuleNotFoundError: No module named 'urwid'
klay6683@MacL2938|~/D/src
$ pip show exofrills (py36)
Name: exofrills
Version: 0.3.1
Summary: exofrills text editor
Home-page: http://exofrills.org/
Author: Anthony Scopatz
Author-email: scopatz@gmail.com
License: UNKNOWN
Location: /Users/klay6683/miniconda3/envs/py36/lib/python3.6/site-packages
Requires:
Required-by:
Happy to have a PR fix here!
I tried installing it on my mac with pip3. It successfully finished installing but when tried to run I got dependency errors:
and
and
The last two I could solve by
pip install urwid and pygments_cache
. But the first one I don't know how to solve.