You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2017/11/09 20:59:00 UTC

[jira] [Created] (OODT-966) agility broken syntax under Python 3.X

Lewis John McGibbney created OODT-966:
-----------------------------------------

             Summary: 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


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
(v6.4.14#64029)