<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=WxPython</id>
	<title>WxPython - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=WxPython"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=WxPython&amp;action=history"/>
	<updated>2026-06-04T23:40:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=WxPython&amp;diff=31103&amp;oldid=prev</id>
		<title>Chao at 18:12, 12 May 2021</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=WxPython&amp;diff=31103&amp;oldid=prev"/>
		<updated>2021-05-12T18:12:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* VC 问题修复&lt;br /&gt;
安装这个就行。然后如果还是报错，请找到上面软件的安装位置，找到其中的vcvarsall.bat文件，默认位置在：&lt;br /&gt;
&lt;br /&gt;
C:\Users\UserName\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\vcvarsall.bat&lt;br /&gt;
根据自己电脑的情况找到该目录，然后在“python安装路径...\Lib\distutils目录下有个msvc9compiler.py，找到msvc9compiler.py打开，在这个文件的219行定义了一个find_vcvarsall(version)函数，直接在函数里第一行加入如下内容：&lt;br /&gt;
&lt;br /&gt;
vcvarsall = r&amp;quot;C:\Program Files (x86)\Microsoft Visual Studio\.....\vcvarsall.bat&amp;quot;&lt;br /&gt;
return vcvarsall&lt;br /&gt;
&lt;br /&gt;
vcvarsall的值是你的vcvarsall.bat文件的具体路径，亲测有效&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: Python lib]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>