Re: [Python-Dev] Fix python darwin build to look for non-framework Tk if not a framework build?

2008-08-26 Thread Benjamin Peterson
On Tue, Aug 26, 2008 at 12:59 PM, Russell E. Owen
<[EMAIL PROTECTED]> wrote:
> Python's own setup.py file seems to only look for a Framework Tcl/Tk on
> darwin. This is a headache if one is trying to build a non-framework
> python that uses a non-framework tcl/tk.
>
> Any chance of getting this fixed? I'm willing to work on a patch if it
> has any chance of being accepted. Any hints on how to determine if it is
> a framework build from within setup.py would be most welcome!

If you do, please file a ticket on the tracker with your patch. Thanks!

>
> -- Russell
>
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: 
> http://mail.python.org/mailman/options/python-dev/musiccomposition%40gmail.com
>



-- 
Cheers,
Benjamin Peterson
"There's no place like 127.0.0.1."
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Fix python darwin build to look for non-framework Tk if not a framework build?

2008-08-26 Thread Russell E. Owen
Python's own setup.py file seems to only look for a Framework Tcl/Tk on 
darwin. This is a headache if one is trying to build a non-framework 
python that uses a non-framework tcl/tk.

Any chance of getting this fixed? I'm willing to work on a patch if it 
has any chance of being accepted. Any hints on how to determine if it is 
a framework build from within setup.py would be most welcome!

-- Russell

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com