<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 这个年代居然是VB6最王道</title>
	<atom:link href="http://shellex.info/the-age-for-vb-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://shellex.info/the-age-for-vb-6/</link>
	<description>Hola, 欢迎来到shellex的部落格</description>
	<lastBuildDate>Fri, 27 Aug 2010 18:29:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shellex</title>
		<link>http://shellex.info/the-age-for-vb-6/comment-page-1/#comment-740</link>
		<dc:creator>shellex</dc:creator>
		<pubDate>Sat, 22 Nov 2008 03:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=442#comment-740</guid>
		<description>@华华, 
我在Windows下py3exe的。我也不知道为什么，pyGTK到Windows下GUI会死掉（XP上，2k3和Vista没问题）。如果遇到多线程则会出现各种问题...好长时间没看到你了？</description>
		<content:encoded><![CDATA[<p>@华华,<br />
我在Windows下py3exe的。我也不知道为什么，pyGTK到Windows下GUI会死掉（XP上，2k3和Vista没问题）。如果遇到多线程则会出现各种问题&#8230;好长时间没看到你了？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 华华</title>
		<link>http://shellex.info/the-age-for-vb-6/comment-page-1/#comment-732</link>
		<dc:creator>华华</dc:creator>
		<pubDate>Fri, 21 Nov 2008 16:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=442#comment-732</guid>
		<description>Windows 下运行不了？
猫猫不会是 Linux 下使用 py2exe 生成 exe 的吧，
然后 wine 通过后就丢 windows 测试？


如果是这样，就是又遇上 wine py2exe 的问题了，


这儿有个绕过了 wine 问题的 winepy2exe
http://groups.google.com/group/python-cn/browse_thread/thread/c2e53d3c2e0668d

可以先用 winepywine.sh 来安装 PyGTk 模块，
完了就可以 winepy2exe.sh 了



注意这个没有特别为 PyGtk 配置，所以生成 dist 目录后，
需要手工从 Gtk 安装目录拷贝 etc lib share 文件夹到 dist/

为节省空间，可以删掉 dist/share/locale/ 多余翻译


而 -x 参数是生成单一 exe 文件，方便分发

我这儿简单的 PyGtk 程序打包为单一 exe 体积是 4M 上下
（比如 Hiweed 安装程序）</description>
		<content:encoded><![CDATA[<p>Windows 下运行不了？<br />
猫猫不会是 Linux 下使用 py2exe 生成 exe 的吧，<br />
然后 wine 通过后就丢 windows 测试？</p>
<p>如果是这样，就是又遇上 wine py2exe 的问题了，</p>
<p>这儿有个绕过了 wine 问题的 winepy2exe<br />
<a href="http://groups.google.com/group/python-cn/browse_thread/thread/c2e53d3c2e0668d" rel="nofollow">http://groups.google.com/group/python-cn/browse_thread/thread/c2e53d3c2e0668d</a></p>
<p>可以先用 winepywine.sh 来安装 PyGTk 模块，<br />
完了就可以 winepy2exe.sh 了</p>
<p>注意这个没有特别为 PyGtk 配置，所以生成 dist 目录后，<br />
需要手工从 Gtk 安装目录拷贝 etc lib share 文件夹到 dist/</p>
<p>为节省空间，可以删掉 dist/share/locale/ 多余翻译</p>
<p>而 -x 参数是生成单一 exe 文件，方便分发</p>
<p>我这儿简单的 PyGtk 程序打包为单一 exe 体积是 4M 上下<br />
（比如 Hiweed 安装程序）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huanyu</title>
		<link>http://shellex.info/the-age-for-vb-6/comment-page-1/#comment-573</link>
		<dc:creator>huanyu</dc:creator>
		<pubDate>Fri, 31 Oct 2008 13:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=442#comment-573</guid>
		<description>你那开头怎么回事？给我改了


Shellex不玩了，去网上找一个现成的  拉倒  。

就这样啊，原来，本来还很感谢你，现在告诉你，不谢。</description>
		<content:encoded><![CDATA[<p>你那开头怎么回事？给我改了</p>
<p>Shellex不玩了，去网上找一个现成的  拉倒  。</p>
<p>就这样啊，原来，本来还很感谢你，现在告诉你，不谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shellex</title>
		<link>http://shellex.info/the-age-for-vb-6/comment-page-1/#comment-567</link>
		<dc:creator>shellex</dc:creator>
		<pubDate>Tue, 28 Oct 2008 14:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=442#comment-567</guid>
		<description>@Dustman, 
我也是。</description>
		<content:encoded><![CDATA[<p>@Dustman,<br />
我也是。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shellex</title>
		<link>http://shellex.info/the-age-for-vb-6/comment-page-1/#comment-566</link>
		<dc:creator>shellex</dc:creator>
		<pubDate>Tue, 28 Oct 2008 14:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=442#comment-566</guid>
		<description>@abettor, 
那还是需要JRE的说。
那篇论文我看了，我觉得很有道理哦。</description>
		<content:encoded><![CDATA[<p>@abettor,<br />
那还是需要JRE的说。<br />
那篇论文我看了，我觉得很有道理哦。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
