November 29, 2023 at 1:36 am
#101610
![Diego Pérez](https://zsecurity.org/wp-content/uploads/learn-press-profile/7707/1882ac2ecf009489a2b3c02fe6fca07c.jpg)
Moderator
Hi!
I did some research and it seems the bug is related to a system library, so a quick patch can be done manually. Open the file /usr/local/lib/python2.7/dist-packages/PyInstaller/depend/utils.py in a text editor or IDE and add this lines in code line 400:
if m is None:
continue
It should like the photo. Then run the zlogger command again and it should work.
Greetings!
Diego