hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
311 stars 60 forks source link

'future' is a dependency of 'preprocess', move line 89 before 69... #45

Closed map0logo closed 9 years ago

map0logo commented 9 years ago

Hi Hans,

I found a bug on the installation script https://github.com/hplgit/doconce/blob/master/doc/src/manual/install_doconce.py

You have to move installation of "future" python in line 89 to some place before line 69, because 'future' is a dependency of 'preprocess'. Otherwise returns "ImportError no module named past.builtins".

Regards.

hplgit commented 9 years ago

Thanks for pointing this out! The bug is fixed.