
June 26, 2004
4:23 a.m.
On Saturday 26 June 2004 11:33 am, "Martin v. Löwis" wrote:
Phil Thompson wrote:
The potential problem would be for GPL extension modules. They could be used with Python VC6, but not with Python VC7.
Why is that?
Because of Jack's original point. GPL code cannot be linked against proprietary libraries unless they are part of the base system. Python itself is Ok because it's not GPL. Phil