python - "Unable to find vcvarsall.bat" error when trying to install qrcode-0.2.1 -
please me solve error
c:\python26\lib\site-packages\pyqrcode\encoder>python setup.py install running install running bdist_egg running egg_info writing qrcode.egg-info\pkg-info writing top-level names qrcode.egg-info\top_level.txt writing dependency_links qrcode.egg-info\dependency_links.txt package init file 'qrcode\__init__.py' not found (or not regular file) writing manifest file 'qrcode.egg-info\sources.txt' installing library code build\bdist.win32\egg running install_lib running build_py running build_ext building 'qrcode.encoder' extension error: unable find vcvarsall.bat
thanks,
manu
distutils not play ms compiler tool chain.
this file required setup environment distutils use ms compiler tool chains.
there quite few ways in has been made work.
please @ following post may you.
† link goes archive.org, since original page went away.
Comments
Post a Comment