[
https://issues.apache.org/jira/browse/AVRO-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900194#action_12900194
]
Jeff Hammerbacher commented on AVRO-618:
----------------------------------------
I already did this at AVRO-588, just haven't had time to check it in. Did you
do anything differently?
> 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
> Attachments: AVRO-618.patch.txt
>
>
> 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.