reference to old version of enaml
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Issue:
Within cla_model.py, line 14 causes an error when using an up to date version of enaml (e.g. 0.9.1)
14 from enaml.stdlib.sessions import show_simple_view
Solution:
Download an older version of enaml (e.g. 0.6.8) in order to run cla_model.py:
$ git clone https://github.com/enthought/enaml.git
$ cd enaml
$ python setup.py install
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.