-- -------------------------- Lucas Raab lvraab"@"earthlink.net dotpyFE"@"gmail.com AIM: Phoenix11890 MSN: dotpyfe "@" gmail.com IRC: lvraab ICQ: 324767918 Yahoo: Phoenix11890 -- http://mail.python.org/mailman/listinfo/python-list
I'm trying to compile a package from source and whenever I tried to
compile, distutils gave me error about not have VC7. However, I've got
VB7 and so I've also got the VC7 compiler that came in the installation.
BTW, I've got Visual Studio .NET 2003 and Python 2.4.1. I tried looking
the distutils code, but it's way over my head. I found the find_exe
function in msvccompiler.py file, but it seems to be not finding cl.exe.
I made sure the path to cl.exe was set in the winXP Path variable. Any
help is appreciated.