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
load_entry_point('pfile-tools==0.5.0', 'console_scripts', 'dump_pfile_header
')()
File "C:\Anaconda3\lib\site-packages\pkg_resources_init_.py", line 570, in
load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Anaconda3\lib\site-packages\pkg_resources_init_.py", line 2755, in
load_entry_point
return ep.load()
File "C:\Anaconda3\lib\site-packages\pkg_resources_init_.py", line 2409, in
load
return self.resolve()
File "C:\Anaconda3\lib\site-packages\pkg_resources_init_.py", line 2415, in
resolve
module = import(self.module_name, fromlist=['name'], level=0)
ImportError: No module named 'pfile_tools.scripts'
Sorry that I can't find how to fix the module name with my poor python knowledge.
Thank you!
Kai
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
load_entry_point('pfile-tools==0.5.0', 'console_scripts', 'dump_pfile_header
')()
File "C:\Anaconda3\lib\site-packages\pkg_resources_init_.py", line 570, in
load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Anaconda3\lib\site-packages\pkg_resources_init_.py", line 2755, in
load_entry_point
return ep.load()
File "C:\Anaconda3\lib\site-packages\pkg_resources_init_.py", line 2409, in
load
return self.resolve()
File "C:\Anaconda3\lib\site-packages\pkg_resources_init_.py", line 2415, in
resolve
module = import(self.module_name, fromlist=['name'], level=0)
ImportError: No module named 'pfile_tools.scripts'
Sorry that I can't find how to fix the module name with my poor python knowledge.
Thank you!
Kai