compiling 1.0.5 with Microsoft Visual Studio .NET 2003 and
makepanda failes.
in makepanda, near line 726 the code should be:
# Try to use the Visual Toolkit 2003
if os.environ.has_key("VCTOOLKITINSTALLDIR"):
vcdir = os.environ["VCTOOLKITINSTALLDIR"]
else:
vcdir= 0
cheers!
Guest