My system started getting kernel panics last night, and I was unable get it to
boot properly until I reinstalled OS X 10.7.3. This pretty much trashed all
the dev tools (including the apple SDK stuff), so I've had to do a bunch of
reinstalls. I'm back to getting the same errors, so I will assume for now that
the prior troubleshooting still applies.
Here's the info you asked for:
otool -L Tcl
Tcl:
@executable_path/Tcl (compatibility version 8.5.0, current version
8.5.11)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 125.2.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(compatibility version 150.0.0, current version 550.29.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
625.0.0)
otool -L tk
tk:
@executable_path/Tk (compatibility version 8.5.0, current version
8.5.11)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 125.2.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(compatibility version 150.0.0, current version 550.29.0)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
(compatibility version 1.0.0, current version 15.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
(compatibility version 2.0.0, current version 152.0.0)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
(compatibility version 1.0.0, current version 275.0.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
625.0.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
227.0.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
(compatibility version 1.0.0, current version 44.0.0)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
(compatibility version 1.0.0, current version 38.0.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
(compatibility version 300.0.0, current version 751.29.0)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
(compatibility version 45.0.0, current version 1038.32.0)
file _tkinter.so
_tkinter.so: Mach-O universal binary with 2 architectures
_tkinter.so (for architecture x86_64): Mach-O 64-bit bundle x86_64
_tkinter.so (for architecture i386): Mach-O bundle i386
file Tcl
Tcl: Mach-O universal binary with 2 architectures
Tcl (for architecture x86_64): Mach-O 64-bit dynamically linked shared library
x86_64
Tcl (for architecture i386): Mach-O dynamically linked shared library i386
file Tk
Tk: Mach-O universal binary with 2 architectures
Tk (for architecture x86_64): Mach-O 64-bit dynamically linked shared library
x86_64
Tk (for architecture i386): Mach-O dynamically linked shared library i386
file axeomatic
axeomatic: Mach-O 64-bit executable x86_64
On Mar 15, 2012, at 6:30 AM, Martin Zibricky wrote:
>
> What are the depencies of files?
>
> @executable_path/Tcl (compatibility version 8.5.0, current version
> 8.5.11)
> @executable_path/Tk (compatibility version 8.5.0, current version
> 8.5.11)
>
> otool -L ./dist/appname/Tcl
> otool -L ./dist/appname/Tk
>
> What architecture is compiled your _tkinter.so file for? i386 or x86_64?
>
> There could be mismatch in the architecture of _tkinter.so, Tcl, Tk or
> the created executable. Please try commands:
>
> $ file _tkinter.so
> $ file Tcl
> $ file Tk
> $ file appname_executable
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "PyInstaller" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/pyinstaller?hl=en.
>
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.