jigna icon indicating copy to clipboard operation
jigna copied to clipboard

Install and test fail with Anaconda Python 3.4 OSX

Open alexanderhupfer opened this issue 9 years ago • 1 comments

develop.sh fails with:

Traceback (most recent call last): File "setup.py", line 12, in execfile(os.path.join('jigna', 'init.py'), data) NameError: name 'execfile' is not defined

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')

alexanderhupfer avatar Oct 07 '15 19:10 alexanderhupfer

This should mostly be fixed as of this PR https://github.com/enthought/jigna/pull/81

prabhuramachandran avatar Aug 11 '16 19:08 prabhuramachandran