[Stackless] Fwd: Stackless Python 2.5.2

Jeff Senn senn at maya.com
Thu Feb 28 00:12:43 CET 2008


On Feb 27, 2008, at 5:40 PM, Daniel Fackrell wrote:
> Trying to run IDLE, however is UNSUCCESSFUL on both available  
> machines.

It looks like the _tkinter module failed to build for you.  (You will
probably find an error if you carefully look through the build log).
I had this problem as well.  On your build machine, try getting rid of  
the
Tcl/Tk Framework that you installed in /Library/Frameworks/ 
{Tcl,Tk}.framework;
comment out the check for it in the build script, and try re-building.

-        fatal("Please install a Universal Tcl/Tk framework in / 
Library from\n\thttp://tcltkaqua.sourceforge.net/")

+        pass #fatal("Please install a Universal Tcl/Tk framework in / 
Library from\n\thttp://tcltkaqua.sourceforge.net/")










More information about the Stackless mailing list