]>
Commit | Line | Data |
---|---|---|
1 | This is a copy of the Distutils package from Python (currently version | |
2 | 2.3.) This newer copy of distutils is used for all versions of | |
3 | Python to avoid some problems in the older versions that show up in | |
4 | wxPython builds and to avoid having to make some ugly hacks in local | |
5 | modules to work around them. | |
6 | ||
7 | I have not yet applied any patches specifically for MSCV 7 yet. So | |
8 | far it appears that if you have the PATH setup properly (like I | |
9 | usually do) that distutils works as is. | |
10 |