hobuinc / mgrs

Python MGRS library
https://pypi.python.org/pypi/mgrs
MIT License
111 stars 36 forks source link

PyPI install fails (probably due to missing file) #1

Closed willangley closed 12 years ago

willangley commented 12 years ago

On an Oracle Enterprise Linux 6.1 box:

(production)[gridusr@rsgisvmw01 GRiD]$ pip install mgrs
Downloading/unpacking mgrs
  Downloading mgrs-1.0.tar.gz
  Running setup.py egg_info for package mgrs
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/home/gridusr/GRiD/virtualenv/production/build/mgrs/setup.py", line 28, in <module>
        readme_text = file('./README.rst', 'rb').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/gridusr/GRiD/virtualenv/production/build/mgrs/setup.py", line 28, in <module>

    readme_text = file('./README.rst', 'rb').read()

IOError: [Errno 2] No such file or directory: './README.rst'

----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /home/gridusr/.pip/pip.log
(production)[gridusr@rsgisvmw01 GRiD]$