[
https://issues.apache.org/jira/browse/OODT-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Imesha Sudasingha updated OODT-966:
-----------------------------------
Fix Version/s: (was: 1.9)
> agility broken syntax under Python 3.X
> --------------------------------------
>
> Key: OODT-966
> URL: https://issues.apache.org/jira/browse/OODT-966
> Project: OODT
> Issue Type: Bug
> Components: agility
> Affects Versions: 1.2
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Critical
> Fix For: 2.0
>
>
> Using OODT master branch, python setup.py install results in the following
> {code}
> byte-compiling build/bdist.macosx-10.7-x86_64/egg/oodt/webgrid.py to
> webgrid.cpython-36.pyc
> File "build/bdist.macosx-10.7-x86_64/egg/oodt/webgrid.py", line 51
> except Exception, e:
> ^
> SyntaxError: invalid syntax
> byte-compiling build/bdist.macosx-10.7-x86_64/egg/oodt/workflow.py to
> workflow.cpython-36.pyc
> File "build/bdist.macosx-10.7-x86_64/egg/oodt/workflow.py", line 129
> print 'available events:', events
> ^
> SyntaxError: Missing parentheses in call to 'print'
> byte-compiling build/bdist.macosx-10.7-x86_64/egg/oodt/xmlutils.py to
> xmlutils.cpython-36.pyc
> creating build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
> copying oodt.egg-info/PKG-INFO -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
> copying oodt.egg-info/SOURCES.txt ->
> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
> copying oodt.egg-info/dependency_links.txt ->
> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
> copying oodt.egg-info/entry_points.txt ->
> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
> copying oodt.egg-info/namespace_packages.txt ->
> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
> copying oodt.egg-info/top_level.txt ->
> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
> copying oodt.egg-info/zip-safe -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
> creating dist
> creating 'dist/oodt-1.2.dev_r0-py3.6.egg' and adding
> 'build/bdist.macosx-10.7-x86_64/egg' to it
> removing 'build/bdist.macosx-10.7-x86_64/egg' (and everything under it)
> Processing oodt-1.2.dev_r0-py3.6.egg
> Copying oodt-1.2.dev_r0-py3.6.egg to
> /Users/lmcgibbn/miniconda3/lib/python3.6/site-packages
> Adding oodt 1.2.dev-r0 to easy-install.pth file
> Installing webgrid script to /Users/lmcgibbn/miniconda3/bin
> Installed
> /Users/lmcgibbn/miniconda3/lib/python3.6/site-packages/oodt-1.2.dev_r0-py3.6.egg
> Processing dependencies for oodt===1.2.dev-r0
> Finished processing dependencies for oodt===1.2.dev-r0
> {code}
> Fix coming up
--
This message was sent by Atlassian Jira
(v8.3.4#803005)