You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Anthony Foglia (JIRA)" <ji...@apache.org> on 2011/08/26 21:09:29 UTC

[jira] [Created] (QPID-3458) Install compiled _cqpid.so for SWIG python bindings in site-packages directory

Install compiled _cqpid.so for SWIG python bindings in site-packages directory
------------------------------------------------------------------------------

                 Key: QPID-3458
                 URL: https://issues.apache.org/jira/browse/QPID-3458
             Project: Qpid
          Issue Type: Sub-task
          Components: C++ Client
    Affects Versions: 0.10
            Reporter: Anthony Foglia


When building and installing the swig wrappers for the C++ client, the shared object _cqpid.so is created and installed in PREFIX/lib.  This is imported by the pure Python part of the generated python package (cqpid.py), so it should be in the same directory PREFIX/lib/pythonX.Y/site-packages.  Otherwise, the python bindings cannot be imported.

I would attempt this fix myself, but I have no experience writing autotools scripts, nor cmake scripts.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3458) Install compiled _cqpid.so for SWIG python bindings in site-packages directory

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

Andrew Stitcher resolved QPID-3458.
-----------------------------------

    Resolution: Fixed

Fixed as part of QPID-3464
                
> Install compiled _cqpid.so for SWIG python bindings in site-packages directory
> ------------------------------------------------------------------------------
>
>                 Key: QPID-3458
>                 URL: https://issues.apache.org/jira/browse/QPID-3458
>             Project: Qpid
>          Issue Type: Sub-task
>          Components: C++ Client
>    Affects Versions: 0.10
>            Reporter: Anthony Foglia
>
> When building and installing the swig wrappers for the C++ client, the shared object _cqpid.so is created and installed in PREFIX/lib.  This is imported by the pure Python part of the generated python package (cqpid.py), so it should be in the same directory PREFIX/lib/pythonX.Y/site-packages.  Otherwise, the python bindings cannot be imported.
> I would attempt this fix myself, but I have no experience writing autotools scripts, nor cmake scripts.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org