On Sat, 03 Mar 2012 17:06:39 -0800, Westley Martínez wrote:
> On Sun, Mar 04, 2012 at 12:50:53AM +, Steven D'Aprano wrote:
>> Okay, now I'm making progress... if I remove the previously existing
>> _tkinter in lib-dynload, and re-run "make", I get something new:
>>
>> building '_tkinter' exte
On Sun, Mar 04, 2012 at 12:50:53AM +, Steven D'Aprano wrote:
> Okay, now I'm making progress... if I remove the previously existing
> _tkinter in lib-dynload, and re-run "make", I get something new:
>
> building '_tkinter' extension
> gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrap
On Sat, 03 Mar 2012 10:17:40 -0800, Westley Martínez wrote:
> On Sat, Mar 03, 2012 at 05:36:52PM +, Steven D'Aprano wrote:
>> I'm trying to re-build Python 3.2 with support for TCL/TK 8.5, but when
>> I run "make" I get this message:
>>
>> Failed to build these modules:
>> _tkinter
>>
>> and
On Sat, Mar 03, 2012 at 05:36:52PM +, Steven D'Aprano wrote:
> I'm trying to re-build Python 3.2 with support for TCL/TK 8.5, but when I
> run "make" I get this message:
>
> Failed to build these modules:
> _tkinter
>
> and after installing 3.2 I still have this:
>
> >>> import _tkinter
> >