On ven, 2008-12-05 at 14:32 +0000, John Nelson wrote:

> 
> The Makefile is incorrectly generated.  It gives:
> INSTSONAME=Python.framework/Versions/2.5/Python
> LDFLAGS=-arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk
> -g
> LDLAST=
> LDLIBRARY=Python.framework/Versions/2.5/Python
> LDLIBRARYDIR=
> LDSHARED=gcc -arch i386 -arch ppc
> -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g -bundle -undefined
> dynamic_lookup
> LIBC=
> LIBDEST=/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5
> 
> 
> Now, the paths defined in LDSHARED and LIBDEST certainly exist, but
>  the path defined in INSTSONAME and LDLIBRARY  is local to
> pyinstaller/source/linux and does not exist.
> 
> 
> It should be /Library/Frameworks/Python.framework/Versions/2.5/Python
> Edit the Makefile and continue...

Please open a ticket so this doesn't get lost. I'm CC'ing Matteo on this
specific Mac problem, he might be able to help you out.

> Right now.   Configure.py insists that Tcl/Tk version 8.4 should be
> used but I have 8.5.    Ok..I can cheat (for the moment) and rename
> 8.5 to 8.4
> Now I am trying to resolve the request for   support/useTK.py where
> this is not included in support.    I am working on that now.

useTk.py is generated by Configure.py. It might well be that the code in
there works on Linux and Windows but not Mac (maybe nobody has yet tried
PyInstaller with a Tk application on Mac). I would appreciate if you
debug the code in there, see what is going wrong, and submit a patch
after fixing it.

> If there is an expert who worked on the Mac implementation, could I
> discuss this with her/him?

I'm CC'ing also the mailing list to make this discussion public. You can
ask Matteo which helped with the Mac port, but if you keep the
discussion public I might be able to chime in.
-- 
Giovanni Bajo
Develer S.r.l.
http://www.develer.com



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