pfile-tools
pfile-tools copied to clipboard
Error running dump_pfile_header
Hi Nathan,
I run into this error when running dump_pfile_header. BTW, I'm looking for the offsets and sizes of daptab and the exam info.
(C:\Anaconda3) c:\Data\ADRC>dump_pfile_header -h
Traceback (most recent call last):
File "C:\Anaconda3\Scripts\dump_pfile_header-script.py", line 11, in
Sorry that I can't find how to fix the module name with my poor python knowledge.
Thank you! Kai
Hm... I suspect it's something about python 3 and module importing syntax. I'll try and take a peek.
FYI
I could not get dump_pfile_header to run under python 3. I did not try very hard, though.
It does seem to run from 2.7.
Also it seems that 0.5.0 is not the latest (directly from pip). Using sudo pip install --editable ./ from the cloned git tree did work fine.
Nice that it works with 26.002!
Hi,
I have basically zero time to maintain this project these days. I'm not gonna say I'll never check into to this but I don't have near-future plans to do it.
Sorry :/
Nate,
No worries!
Thanks for posting the code on github in the first place!
Curt
I had the same problem as @kyezhang . Using sudo pip install --editable ./ from the cloned git tree (as curtcorum suggested) seemed to fix this problem.