Who maintains the *.dsp and *.dsw Windows Makefiles for ActiveState's
distribution?
Right now the file locations for the Tcl files for the _tkinter workspace
are hard coded, and I'm trying to think of a simple way to give people the
ability to easily change these, or add to them. This is required if they
want to build A/S from source for an extension such as Tix, or use a
different version of Tcl
than what is shipped. I use a simple sed script to add or make changes,
because
the dsp files are simple text files and a sed script can catch all the
places, but I'm trying to think of a more generic way.
Part of the problem here is that the location of the directories expected
by the Python 2.0 _tkinter.dsp does not correspond to the cannonical layout
that Tcl uses when building Tcl with extensions. They correctly correspond to
what's documented in the A/S distribution, which is for a build against
a binary installation of Tcl, but that's different than the layout for
a source build in Tcl.
Mike.
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython