Doesnt install under RHEL 5.

Issue #9 wontfix
Former user created an issue

Doesnt install under RHEL 5. Failed dependency.

Downloading/unpacking markupsafe (from Jinja2->pyp2rpm) Running setup.py egg_info for package markupsafe Traceback (most recent call last): File "<string>", line 14, in ? File "/root/build/markupsafe/setup.py", line 66 ext_modules = [ext] if with_binary else [] ^ SyntaxError: invalid syntax Complete output from command python setup.py egg_info: Traceback (most recent call last):

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

File "/root/build/markupsafe/setup.py", line 66

ext_modules = [ext] if with_binary else []

Comments (2)

  1. Slavek Kabrda repo owner

    Is this using RHEL 5 Python 2.4? If so I'm afraid I can't help you, we only support Python 2.6 and higher. (Also, the failure is in installation of markupsafe which is dependency of jinja2; it's not in pyp2rpm).

  2. Log in to comment