On Tue, Aug 4, 2009 at 9:14 AM, Johann Rohwer<j...@sun.ac.za> wrote: > Type "help", "copyright", "credits" or "license" for more information. >>>> import Tkinter >>>> a=Tkinter.tkinter.create() > > which creates a tk window on my desktop. > > So really in the dark what's going on here....
Very odd. I suggest opening up setupext.py and finding the function "check_for_tk". There are a series of test which ultimately set the "gotit" variable to determine whether you have tk for building. Insert a lot of debug print statements throughout the logic of that function and find out where it is failing and let us know. My guess is you will fail in the "explanation = add_tk_flags(module)" part of the code, so you may need to dive into there and repeat the exercise to figure out what is failing and why. If you can repeat the steps that the build process is attempting in your python shell, you may be able to hone into the point of failure JDH ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users