[Zeek] Broker & Python 3

Neslog neslog at gmail.com
Wed Jul 17 13:45:48 PDT 2019


I just compiled Broker and getting errors with python3x.  Here's the output.

# python3 -c 'import broker; print(broker.__file__)'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'broker'

# python3.6 -c 'import broker; print(broker.__file__)'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'broker'

Is this my system or something in the Broker build?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/zeek/attachments/20190717/375bb457/attachment.html 


More information about the Zeek mailing list