Hello:
Could someone explain why the difference in the two versions? If DistUtils2 is the new improved, why does it have a lower version numbers???
>>> import distutils
>>> distutils.__version__
'2.7.2'
>>> import distutils2
>>> distutils2.__version__
'1.0a3'
Thank you for your help...
--
Sincerely yours,
Rob G. Healey