* Hartmut Goebel (Mon, 23 Mar 2015 08:59:51 +0100)
>
> Am 22.03.2015 um 22:21 schrieb Thorsten Kampe:
> > AttributeError: 'section_64' object has no attribute
> > 'add_section_data'
>
> This is weird, because section_64.add_section_data is defined in
> PyInstaller/lib/macholib/mach_o.py.
The error is from MachO.py - but add_section_data is defined in
mach_o.py. May that be related?
File
"/Users/thorsten/Desktop/script/pyinstaller/pyinstaller2/PyInstaller/
bindepend.py", line 602, in getImports
return _getImports_macholib(pth)
File
"/Users/thorsten/Desktop/script/pyinstaller/pyinstaller2/PyInstaller/
bindepend.py", line 503, in _getImports_macholib
m = MachO(pth)
File
"/Users/thorsten/Desktop/script/pyinstaller/pyinstaller2/PyInstaller/
lib/macholib/MachO.py", line 69, in __init__
self.load(fp)
File
"/Users/thorsten/Desktop/script/pyinstaller/pyinstaller2/PyInstaller/
lib/macholib/MachO.py", line 79, in load
self.load_fat(fh)
File
"/Users/thorsten/Desktop/script/pyinstaller/pyinstaller2/PyInstaller/
lib/macholib/MachO.py", line 90, in load_fat
self.load_header(fh, arch.offset, arch.size)
File
"/Users/thorsten/Desktop/script/pyinstaller/pyinstaller2/PyInstaller/
lib/macholib/MachO.py", line 114, in load_header
hdr = MachOHeader(self, fh, offset, size, magic, hdr, endian)
File
"/Users/thorsten/Desktop/script/pyinstaller/pyinstaller2/PyInstaller/
lib/macholib/MachO.py", line 154, in __init__
self.load(fh)
File
"/Users/thorsten/Desktop/script/pyinstaller/pyinstaller2/PyInstaller/
lib/macholib/MachO.py", line 229, in load
seg.add_section_data(sd)
AttributeError: 'section_64' object has no attribute
'add_section_data'
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.