Avro doesn't work with python 2.4
---------------------------------

                 Key: AVRO-618
                 URL: https://issues.apache.org/jira/browse/AVRO-618
             Project: Avro
          Issue Type: Bug
    Affects Versions: 1.4.0
            Reporter: Philip Zeyliger


The avro tests fail on a system with python2.4.  The issues can be easily 
worked around by avoiding python2.5 constructs and libraries.

The missing "struct.Struct" is what started me down this path, but I also ended 
up tackling a few other similar issues and re-jiggering slightly the build.xml 
to allow for "ant test -Dpython=python2.4" to work.
{noformat}
  File "build/bdist.macosx-10.5-i386/egg/avro/io.py", line 52, in ?
AttributeError: 'module' object has no attribute 'Struct'
{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to