Lynn Oliver píše v St 28. 03. 2012 v 22:40 -0700:
> ImportError:
> dlopen(/Users/Lynn/Documents/axeomatic2/pyinstaller/axeomatic/dist/axeomatic/_tkinter.so,
>  2): Library not loaded: @executable_path/Tcl   Referenced from: 
> /Users/Lynn/Documents/axeomatic2/pyinstaller/axeomatic/dist/axeomatic/_tkinter.so
>    Reason: image not found 

this means 'Tcl' file can't be found in the same directory as
_tkinter.so is.

Or another cause is mismatch in architectures - _tkinter.so is 32bit and
Tcl is 64bit or vice versa.

-- 
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.

Reply via email to