<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mrKrich™ &#187; Python</title>
	<atom:link href="http://beta.mrkrich.com/category/development/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://beta.mrkrich.com</link>
	<description>The happen things around me</description>
	<lastBuildDate>Fri, 09 Sep 2011 08:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Python GUI with wxPython</title>
		<link>http://beta.mrkrich.com/2007/02/python-gui-with-wxpython/</link>
		<comments>http://beta.mrkrich.com/2007/02/python-gui-with-wxpython/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 13:23:00 +0000</pubDate>
		<dc:creator>mrKrich</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://beta.mrkrich.com/?p=70</guid>
		<description><![CDATA[Since my project at company require to use python, 2 or 3 week ago. I must find something to create GUI for client. After talk to cwt. He suggest me to use farpy GUIE and boa constructor. twice require wxPython (It&#8217;s wxPython GUIE)
first i try farpy GUIE:
User friendly, Multilanguage generator (Python, Ruby, Perl) but it <a href="http://beta.mrkrich.com/2007/02/python-gui-with-wxpython/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Since my project at company require to use python, 2 or 3 week ago. I must find something to create GUI for client. After talk to <a href="http://pycwt.blogspot.com/">cwt</a>. He suggest me to use <a href="http://farpy.holev.com/">farpy GUIE</a> and <a href="http://boa-constructor.sourceforge.net/">boa constructor</a>. twice require <a href="http://www.wxpython.org/">wxPython</a> (It&#8217;s wxPython GUIE)</p>
<p>first i try farpy GUIE:<br />
<blockquote>User friendly, Multilanguage generator (Python, Ruby, Perl) but it have some problem about object render (panel object is cover other object) and it have too few wx object</p></blockquote>
<p>then boa constructor:</p>
<blockquote><p>When open this program i think &#8220;Am I use Borland Delphi?&#8221;. Its interface like that. have too many wx object too use,  property and argument configable but it panel is difficult to make understand, user interface not friendly like farpy GUIE, hard to configure attribute/property with its panel,  syntax balloon have too many property/function (may it gain all property of all object to display)</p></blockquote>
<p>i try to use farpy but it did not have enough object and some graphics render problem so i change to use BOA. but it not easy i must try to download/install wxPython too many times, because i think my problem is confilct between wxPython and BOA . but it is wxPython 2.8 that i download is too new for boa 0.44 (that i download from its website)<br />
<blockquote>you should download boa lastest version from CVS if you want to use lastest version of wxPython</p></blockquote>
<p>so i try to create pythonApp in boa and create blank frame and run &#8230; it not work<br />
<blockquote>If you want to create wxFrame in boa by easy. Don&#8217;t create &#8220;pythonApp&#8221; try &#8220;wx.App&#8221; or &#8220;wx.Frame&#8221; to auto generate python&#038;wx code</p></blockquote>
<p>i solve this problem with copy generated code to another python IDE (like pydev on <a href="http://www.eclipse.org/">eclipse</a>).  Please do not do like me !!!</p>
<blockquote style="font-weight: bold;"><p><span style="font-size:85%;">*** Hey i try to post this blog last night but i cannot access it. It have some problem twice Febuary 1st and 2nd night. Hope it not be tonight too. ***<br /></span></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://beta.mrkrich.com/2007/02/python-gui-with-wxpython/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

