To get v1.5 to locate binary dependencies for tk, I had to change a line in 
Configure.py from a.analyze_r('tkinter') to a.analyze_r('Tkinter').  

I still have the original problem: tcl: version conflict for package "Tk": have 
8.5.10, need exactly 8.5.9.

I believe the problem is that _tkinter.so was built for Tcl/Tk 8.5.9, while 
Python is finding Tcl/Tk 8.5.10 in /Library/Frameworks.  

$ otool -L _tkinter.so
_tkinter.so:
        /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl (compatibility 
version 8.5.0, current version 8.5.9)
        /Library/Frameworks/Tk.framework/Versions/8.5/Tk (compatibility version 
8.5.0, current version 8.5.9)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 125.2.0)

Any suggestions for fixing or working around this?

Lynn




On Sep 7, 2011, at 3:16 AM, Martin Zibricky wrote:

> Lynn Oliver píše v Út 06. 09. 2011 v 00:29 -0700:
>> Here are the messages generated by running Configure.py for
>> Pyinstaller versions 1.5 and 1.5.1.  I'm not sure how to interpret
>> this information;  can anyone shed some light as to what is going on? 
> 
> Could it mean that 1.5 does not work and 1.5.1 works?
> 
> or it could be related to the following bug:
> 
> http://www.pyinstaller.org/ticket/396
> 
> -- 
> 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.

Reply via email to