Install and test fail with Anaconda Python 3.4 OSX
Open
- Dominant language
- Python
- Stars
- 39
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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')
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.