* 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.
I `git pull`ed the PyInstaller2 repository just yesterday: > ag section_64 pyinstaller\pyinstaller2\ pyinstaller\pyinstaller2\/PyInstaller/lib/macholib/MachO.py 202: section_cls = section_64 pyinstaller\pyinstaller2\/PyInstaller/lib/macholib/mach_o.py 561:class section_64(Structure): Thorsten -- 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.
