ndparker / rjsmin

Fast javascript minifier for Python
http://opensource.perlig.de/rjsmin/
Apache License 2.0
60 stars 15 forks source link

Pypy 2.4.0: EnvironmentError: Need at max pypy 2.2 (vs. 2.4.0) #4

Closed tony closed 8 years ago

tony commented 9 years ago

with

$ pypy --version
Python 2.7.8 (2.4.0+dfsg-2, Nov 27 2014, 21:36:13)
[PyPy 2.4.0 with GCC 4.9.2]
  File "app_main.py", line 75, in run_toplevel

  File "app_main.py", line 581, in run_it

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

  File ".../.env-pypy/build/rjsmin/setup.py", line 42, in <module>

    setup()

  File ".../.env-pypy/build/rjsmin/setup.py", line 33, in setup

    return run(script_args=args, ext=ext, manifest_only=_manifest)

  File "_setup/py2/setup.py", line 348, in run

    check_python_version('pypy', pypy_min, pypy_max)

  File "_setup/py2/setup.py", line 70, in check_python_version

    '.'.join(map(str, pyversion))

EnvironmentError: Need at max pypy 2.2 (vs. 2.4.0)

Thanks for the fix earlier. I thought this was fixed in an earlier issue. Any idea

edit: snipped my path.

ndparker commented 9 years ago

Yep. I changed it, but did not put it on pypi.