You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Philip Zeyliger (JIRA)" <ji...@apache.org> on 2010/08/24 02:28:16 UTC

[jira] Created: (AVRO-622) python avro.ipc doesn't work with python2.4

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


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.


[jira] Resolved: (AVRO-622) python avro.ipc doesn't work with python2.4

Posted by "Philip Zeyliger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Zeyliger resolved AVRO-622.
----------------------------------

         Assignee: Philip Zeyliger
    Fix Version/s: 1.4.0
       Resolution: Fixed

> 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
>            Assignee: Philip Zeyliger
>             Fix For: 1.4.0
>
>         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.


[jira] Updated: (AVRO-622) python avro.ipc doesn't work with python2.4

Posted by "Philip Zeyliger (JIRA)" <ji...@apache.org>.
     [ 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.