[Zeek] Broker & Python 3

Jon Siwek jsiwek at corelight.com
Thu Jul 18 09:14:50 PDT 2019


On Thu, Jul 18, 2019 at 8:13 AM Neslog <neslog at gmail.com> wrote:
>
>  Python 2.7 bindings was installed in the right place.  But Python3.6 didn't install right.  I'm not seeing broker in any python3.x folder.

Any given build/install of Broker only picks a single version of
Python for which to provide bindings.  The output of ./configure tells
you which one (likely whatever is first in your PATH).  There's also
the --with-python= and --with-python-config options if you need them.

- Jon


More information about the Zeek mailing list