FS#57757 - [ledger] python2 module fails

Attached to Project: Community Packages
Opened by Alex (zreeon) - Thursday, 08 March 2018, 17:29 GMT
Last edited by Eli Schwartz (eschwartz) - Thursday, 08 March 2018, 23:11 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
python2 module fails with RuntimeWarning


Additional info:
* ledger 3.1.1-4


Steps to reproduce:
* Start python2

>>> import ledger
__main__:1: RuntimeWarning: to-Python converter for boost::shared_ptr<ledger::commodity_pool_t> already registered; second conversion method ignored.
__main__:1: RuntimeWarning: to-Python converter for boost::shared_ptr<ledger::(anonymous namespace)::collector_wrapper> already registered; second conversion method ignored.
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Thursday, 08 March 2018, 23:11 GMT
Reason for closing:  Works for me
Comment by Doug Newgard (Scimmia) - Thursday, 08 March 2018, 20:05 GMT
I see warning, I don't see an actual problem.
Comment by Eli Schwartz (eschwartz) - Thursday, 08 March 2018, 23:11 GMT

Loading...