You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (Created) (JIRA)" <ji...@apache.org> on 2012/04/13 23:57:17 UTC

[jira] [Created] (QPID-3946) Wrapped Python typemap uses "uuid" module that is not available in Python 2.4

Wrapped Python typemap uses "uuid" module that is not available in Python 2.4
-----------------------------------------------------------------------------

                 Key: QPID-3946
                 URL: https://issues.apache.org/jira/browse/QPID-3946
             Project: Qpid
          Issue Type: Bug
          Components: Python Client
    Affects Versions: 0.15
            Reporter: Ted Ross
            Assignee: Ted Ross
            Priority: Minor
             Fix For: 0.16


The typemap for python wrappers references the "uuid" module which does not exist in Python 2.4.

There is already a wrapper in qpid.datatypes that detects the absense of this module and provides an alternative.  The fix to this problem is for the typemaps to reference the wrapper rather than the module.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Commented] (QPID-3946) Wrapped Python typemap uses "uuid" module that is not available in Python 2.4

Posted by "Ted Ross (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253787#comment-13253787 ] 

Ted Ross commented on QPID-3946:
--------------------------------

A related issue is the use of _swig_property that is not defined for Swig 1.3 (distributed with RHEL5).  The fix replaces _swig_property with property.

                
> Wrapped Python typemap uses "uuid" module that is not available in Python 2.4
> -----------------------------------------------------------------------------
>
>                 Key: QPID-3946
>                 URL: https://issues.apache.org/jira/browse/QPID-3946
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Client
>    Affects Versions: 0.15
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: 0.16
>
>
> The typemap for python wrappers references the "uuid" module which does not exist in Python 2.4.
> There is already a wrapper in qpid.datatypes that detects the absense of this module and provides an alternative.  The fix to this problem is for the typemaps to reference the wrapper rather than the module.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Resolved] (QPID-3946) Wrapped Python typemap uses "uuid" module that is not available in Python 2.4

Posted by "Ted Ross (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross resolved QPID-3946.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.17
    
> Wrapped Python typemap uses "uuid" module that is not available in Python 2.4
> -----------------------------------------------------------------------------
>
>                 Key: QPID-3946
>                 URL: https://issues.apache.org/jira/browse/QPID-3946
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Client
>    Affects Versions: 0.15
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: 0.16, 0.17
>
>
> The typemap for python wrappers references the "uuid" module which does not exist in Python 2.4.
> There is already a wrapper in qpid.datatypes that detects the absense of this module and provides an alternative.  The fix to this problem is for the typemaps to reference the wrapper rather than the module.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Commented] (QPID-3946) Wrapped Python typemap uses "uuid" module that is not available in Python 2.4

Posted by "Ken Giusti (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254788#comment-13254788 ] 

Ken Giusti commented on QPID-3946:
----------------------------------

I approve these changes for inclusion in 0.16.  -K

                
> Wrapped Python typemap uses "uuid" module that is not available in Python 2.4
> -----------------------------------------------------------------------------
>
>                 Key: QPID-3946
>                 URL: https://issues.apache.org/jira/browse/QPID-3946
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Client
>    Affects Versions: 0.15
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: 0.16, 0.17
>
>
> The typemap for python wrappers references the "uuid" module which does not exist in Python 2.4.
> There is already a wrapper in qpid.datatypes that detects the absense of this module and provides an alternative.  The fix to this problem is for the typemaps to reference the wrapper rather than the module.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org