jigna
jigna copied to clipboard
Install and test fail with Anaconda Python 3.4 OSX
develop.sh fails with:
Traceback (most recent call last):
File "setup.py", line 12, in
however this can be fixed with 2to3
then however nosetest still fails with mostly with module import errors:
ERROR: Failure: ImportError (No module named 'template') ERROR: Failure: SyntaxError (Missing parentheses in call to 'print' (test_jigna_qt.py, line 25)) ERROR: Failure: ImportError (No module named 'template') ERROR: Failure: ImportError (No module named 'test_jigna_web')
This should mostly be fixed as of this PR https://github.com/enthought/jigna/pull/81