On Ubuntu 12.10 with Python 2.7.3, attempting to install ets 4.3.0 within a new virtualenv environment results in an enaml installation failure:
Downloading/unpacking enaml>=0.6.8.dev (from ets)
Downloading enaml-0.6.8.tar.gz (582Kb): 582Kb downloaded
Running setup.py egg_info for package enaml
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/home/lev/TEST/build/enaml/setup.py", line 45, in <module>
long_description=open('README.rst').read(),
IOError: [Errno 2] No such file or directory: 'README.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/home/lev/TEST/build/enaml/setup.py", line 45, in <module>
long_description=open('README.rst').read(),
IOError: [Errno 2] No such file or directory: 'README.rst'
On Ubuntu 12.10 with Python 2.7.3, attempting to install ets 4.3.0 within a new virtualenv environment results in an enaml installation failure: