OmegaK2
OmegaK2
The approach I'm taking is to build the root directory and not do much with the other entries. So it is intended behavior. I think I could add this as...
I see, it probably makes sense to add this to PyPoE then. Still makes me wonder though whats up with those "orphaned" files.
I feel like adding the callback function would actually make the original function slower (matters for the API reads), not that I mind limiting the speed at which the reader...
I'd just try to export the files you need instead of everything. I can add an option to the script to turn that specific error into a warning instead though.
Yeah, that's something I wanted to do for a while, though I've not considered supporting the 64 bit files a priority. I'm not really happy with ref|generic right now -...
It looks to be an issue with pyside2 on windows 10 then, not sure what exactly is missing there or whether all win10 systems are affected
One of the issues (with the script error) is specifically from pyside 5.12.0. The problem the OP has seems to be a known issue with pyside2 and using outdated virtualenv,...
It should raise any error but 3xxx specification errors. Those are specifically there to tell that the specification needs updating for the specific file, but skipping makes sense in this...