[AttributeError: 'array.array' object has no attribute 'fromstring'] When using setup.py

Strangely enough, it will only work if it has a log_filename in setup.py. Without that, it will simply outright refuse to start when running the executable without any messages, even on CMD.

One could say that my question is fixed, and that would be true. But I want to know two things:

  1. If I had to assume the cause of fromstring() in pefile.py is being there without saying it was overlooked, I would say that it was possibly still there for backwards compatibility.
  2. Is there a way to omnit the log_filename without, for example, using CMD?