[
https://issues.apache.org/jira/browse/AVRO-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philip Zeyliger updated AVRO-622:
---------------------------------
Attachment: AVRO-622.patch.txt
This patch fixes the issue. I will commit it shortly; it imports the trick
from AVRO-618 to overcome the lack of a struct class in older pythons.
I've attached a test which "does nothing", but it does import the avro.ipc
module. I started writing an end-to-end test for python RPC, but it turns out
that there weren't any server implementations. The test file will check
compilation and can serve as a placeholder.
> python avro.ipc doesn't work with python2.4
> -------------------------------------------
>
> Key: AVRO-622
> URL: https://issues.apache.org/jira/browse/AVRO-622
> Project: Avro
> Issue Type: Bug
> Components: python
> Reporter: Philip Zeyliger
> Attachments: AVRO-622.patch.txt
>
>
> Similar to AVRO-618, avro.ipc depends on the 'struct' python module, which is
> newish.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.