Broker & Python 3
Neslog <[email protected]>
| Newsgroups | gmane.comp.security.detection.bro |
|---|---|
| Message-ID | <CALgfRG+s+sB+jvmeNvYSiM6Nqc2zGq-YdtkU5T=goeQWtqwecg@mail.gmail.com> |
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? _______________________________________________ Zeek mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/zeek