rufuspollock-okfn / bibserver

BibServer is open-source software what makes it easy to publish, manage and find bibliographies. BibServer is RESTful and web-friendly.
MIT License
126 stars 34 forks source link

Ingest backend relies on subprocess which has an error if python < 2.7 #224

Closed markmacgillivray closed 12 years ago

markmacgillivray commented 12 years ago

Trying to run the latest bibserver on s063 results in module object has no attribute check_output error. This appears to be because the server is running python 2.6.5. Looks like we need 2.7+

markmacgillivray commented 12 years ago

Solved, OKF machine now has 2.7 available and the bibserver virtualenv is setup using it. Should leave #221 clear to go now.