Files
wxWidgets/wxPython/distutils/README_1st.txt
Robin Dunn 0d851d75c5 Serious cleanup of setup.py and removed hacks in my_distutils.py that
were working around deficenceis in Distutils.  Temporarily added a
copy of the distutils package from Python 2.3a1 here, when they
encorporate a patch of mine and create a new standlone distutils
package then it can be removed.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-01-21 22:14:37 +00:00

20 lines
1004 B
Plaintext

This is a copy of the Distutils package from Python (currently version
2.3a1.) This newer copy of distutils is used for all versions of
Python to avoid some problems in the older versions that show up in
wxPython builds and to avoid having to make some ugly hacks in local
modules to work around them.
There is one little 1-line customization (hack) in msvccompiler.py
that allows the CFLAGS to be given on the RC.EXE command line. This
is required so the wx.rc files can be found when it is #included. I've
submitted this patch to the Python project so if it gets into the main
Distutils distribution I can remove this code. (However, the newer
version of distutils should still always be used, at least on Windows,
so it will need to wait until there it a Distutils distribution that
can be installed on the older Pythons.)
I have not yet applied any patches specifically for MSCV 7 yet. So
far it appears that if you have the PATH setup properly (like I
usually do) that distutils works as is.