Re: python3 bindings for spread
"Daniel F. Savarese" <[email protected]> Tue, 05 Dec 2017 15:22:02 -0500
| Newsgroups | gmane.network.spread.user |
|---|---|
| Message-ID | <[email protected]> |
In message <96A26C8C6786C341B83BC4F2BC5419E4823F4A52@SRF-EXCH2.corp.sunrisefutu res.com>, Luke Pyzowski writes: >I was looking at trying to get python3 bindings installed, but it appears t= >hat most python code is either quite old, intended for use with an old vers= >ion of spread, or simply is a dead link. Are there any working python resou= >rces for spread available? Did you try libssrcspread (https://www.savarese.com/software/libssrcspread/)? If so, what problems did you run into? The python binding works with python 2.7 and python 3.x. When configured/compiled, it uses whatever version of python is found by "/usr/bin/env python". So if you have multiple versions of python installed, make sure that the "python" command ultimately results in executing python3 and not python2. Daniel