Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure with boost 1.60 #728

Closed
uzadow opened this issue Jan 7, 2016 · 1 comment
Closed

Test failure with boost 1.60 #728

uzadow opened this issue Jan 7, 2016 · 1 comment
Labels

Comments

@uzadow
Copy link
Contributor

uzadow commented Jan 7, 2016

libavg compiled using gcc 5.2 and boost 1.60 generates the following exception when importing libavg:

Traceback (most recent call last):
  File "./Test.py", line 97, in <module>
    import libavg
  File "/Users/uzadow/devel/libavg/libavg/src/test/libavg/__init__.py", line 13, in <module>
    from avg import *
TypeError: No registered converter was able to produce a C++ rvalue of type std::string from this Python object of type str
@uzadow
Copy link
Contributor Author

uzadow commented Jan 7, 2016

Fixing in the bugfix/boost_1_60 branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant