Terrence Brannon
unread,Mar 22, 2013, 11:05:22 AM3/22/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mun...@googlegroups.com
Hello, when attempting to install muntjac on RHEL with Python 2.6.6, I get this error:
[tbrannon@oc2417102872 prg]$ virtualenv muntjac
New python executable in muntjac/bin/python
Installing setuptools............done.
Installing pip...............done.
[tbrannon@oc2417102872 prg]$ cd muntjac/
[tbrannon@oc2417102872 muntjac]$ ls
bin include lib lib64
[tbrannon@oc2417102872 muntjac]$ pip install muntjac
Command not found. C-c C-c
[tbrannon@oc2417102872 muntjac]$ source bin/activate
(muntjac)[tbrannon@oc2417102872 muntjac]$ pip install muntjac
Downloading/unpacking muntjac
Downloading Muntjac-1.1.1.tar.gz (2.9MB): 2.9MB downloaded
Running setup.py egg_info for package muntjac
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/tbrannon/prg/muntjac/build/muntjac/setup.py", line 19, in <module>
readme = open(join(cwd, "README.rst"))
IOError: [Errno 2] No such file or directory: '/home/tbrannon/prg/muntjac/build/muntjac/README.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/tbrannon/prg/muntjac/build/muntjac/setup.py", line 19, in <module>
readme = open(join(cwd, "README.rst"))
IOError: [Errno 2] No such file or directory: '/home/tbrannon/prg/muntjac/build/muntjac/README.rst'
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /home/tbrannon/prg/muntjac/build/muntjac
Storing complete log in /home/tbrannon/.pip/pip.log
(muntjac)[tbrannon@oc2417102872 muntjac]$