This is probably already known, but I'm getting Python configuration errors, here is a traceback (using the most recent SVN version):
File "/Users/RobOakes/Developer/LyX-Outline/LyX-Outline-Devel/lib/configure.py", line 1351, in <module> LATEX = checkLatex(dtl_tools) File "/Users/RobOakes/Developer/LyX-Outline/LyX-Outline-Devel/lib/configure.py", line 363, in checkLatex if cmdOutput(PLATEX + ' chklatex.ltx').find('pLaTeX2e') != -1: File "/Users/RobOakes/Developer/LyX-Outline/LyX-Outline-Devel/lib/configure.py", line 63, in cmdOutput output = subprocess.check_output(cmd, shell=True) AttributeError: 'module' object has no attribute 'check_output'