swcarpentry / DEPRECATED-website

DEPRECATED: see https://github.com/swcarpentry/website for the current website.
Other
30 stars 22 forks source link

Make bin/*.py work with Python 2.6.6 #75

Closed gvwilson closed 11 years ago

gvwilson commented 11 years ago

The host for software-carpentry.org has Python 2.6.6 installed, which:

This means we can't run bin/links.py (which uses bin/util.py) to check things after building the web site. Obviously bad, needs fixed.

wking commented 11 years ago

On Fri, Dec 14, 2012 at 10:36:27AM -0800, Greg Wilson wrote:

The host for software-carpentry.org has Python 2.6.6 installed, which:

  • doesn't have set comprehensions, and
  • has an older version of the ElementTree library for XML

These should have been fixed by #118.

gvwilson commented 11 years ago

Fixed.