hobuinc / mgrs

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

On pypy, downloads for windows get in the way #3

Closed gadomski closed 12 years ago

gadomski commented 12 years ago

mgrs 1.0.1 on pypy includes several windows downloads, including mgrs-1.0.1.win32.zip. When I run pip install mgrs on my Mac OSX, pip fetches the windows .zip instead of the tarball and subsequently fails:

Downloading/unpacking mgrs
  Downloading mgrs-1.0.1.win32.zip
  Running setup.py egg_info for package mgrs
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: '/Users/peteg/.virtualenvs/clean/build/mgrs/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

IOError: [Errno 2] No such file or directory: '/Users/peteg/.virtualenvs/clean/build/mgrs/setup.py'
hobu commented 12 years ago

nuked the .zip file, can you try again?

gadomski commented 12 years ago

:+1: works for me! tx hobu.