I'm lost here. I modified hook-_tikinter.py for debug purposes so that it
returns what I think are the proper paths for Tcl and Tk. It is called with
binaries equal to:
[('Tk', '/Library/Frameworks/Tk.framework/Versions/8.5/Tk'), ('Tcl',
'/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl')]
And it returns:
TCL_root
'/Library/Frameworks/Tcl.framework/Versions/8.5'
TK_root
'/Library/Frameworks/Tk.framework/Versions/8.5'
These are the correct folders for Tcl and Tk.
Next I see the function collect_tkfiles return what appears to be lists of
every file in those two directories, as tcltree and tktree
Then I see analyze_r add ('_tkinter','Tkinter') to a list of names. Nothing
ever gets added to the list for Tcl and Tk.
Beyond that I don't know what to look at to see why the images for Tcl and Tk
are not being added.
Any chance I could get some help figuring this out?
On Mar 30, 2012, at 6:00 AM, Martin Zibricky wrote:
> 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.
>
--
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.