Terry Haran wrote:
<div class="moz-text-flowed" style="font-family: -moz-fixed">Hi Chris:

I'm getting:
error: Unable to find vcvarsall.bat
when running
setup.py install
with pywin32-214
and Python 2.6.2
under
Microsoft Windows XP [Version 5.1.2600]
on a
Panasonic CF-19 Series Toughbook.

Any help would be greatly appreciated.

Thanks,
--Terry

vcvarsall.bat is a batch file installed as part of Microsoft C (recent versions). So presumably you're trying to install pywin32 from C sources. Do you have a compatible version of MSC?

Have you considered installing pywin32 from binary?
      http://sourceforge.net/projects/pywin32/


DaveA

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to