t = dnfile.dnPE(i)
~~~~~~~~~~~^^^
File "<path>\dnfile\__init__.py", line 64, in __init__
super().__init__(name, data, fast_load)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "<path>\pefile.py", line 2966, in __init__
self.__parse__(name, data, fast_load, max_offset)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: dnPE.__parse__() takes 4 positional arguments but 5 were given
I'm on commit e67d3ee of pefile and latest of dnfile