Prev: python shell crashing on paste
Next: %%% daughter fucked her x-boy friend in front of her father %%% " FREE Live shows also available"
From: Mag Gam on 23 Feb 2010 21:00 I am trying to compile python with Tk bindings. Do I need to do anything special for python to detect and enable Tk? This is mainly for matplotlib's TkAgg. It seems my compiled version of python isn't finding the module _tkagg
From: Diez B. Roggisch on 24 Feb 2010 16:50 Am 24.02.10 03:00, schrieb Mag Gam: > I am trying to compile python with Tk bindings. Do I need to do > anything special for python to detect and enable Tk? What OS? What does the configure/build process say? Diez
From: Mag Gam on 24 Feb 2010 19:55 sorry for the vague answer. Its Linux. The configure build does not say anything actually. This is for SAGE. I managed to have it pick it up by compiling/installing tcl and tk and then recompile python On Wed, Feb 24, 2010 at 4:50 PM, Diez B. Roggisch <deets(a)nospam.web.de> wrote: > Am 24.02.10 03:00, schrieb Mag Gam: >> >> I am trying to compile python with Tk bindings. Do I need to do >> anything special for python to detect and enable Tk? > > What OS? What does the configure/build process say? > > Diez > -- > http://mail.python.org/mailman/listinfo/python-list >
From: Diez B. Roggisch on 25 Feb 2010 17:28
Am 25.02.10 01:55, schrieb Mag Gam: > sorry for the vague answer. > > Its Linux. > > The configure build does not say anything actually. This is for SAGE. > I managed to have it pick it up by compiling/installing tcl and tk and > then recompile python Then most probably installing the tk-dev packages would have been sufficient. diez |