<?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: EuroPython Day 1</title>
	<atom:link href="http://www.oluyede.org/blog/2006/07/04/europython-day-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oluyede.org/blog/2006/07/04/europython-day-1/</link>
	<description>Everything considered harmful</description>
	<lastBuildDate>Thu, 04 Mar 2010 12:28:24 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lawrence</title>
		<link>http://www.oluyede.org/blog/2006/07/04/europython-day-1/comment-page-1/#comment-2819</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Tue, 04 Jul 2006 21:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2006/07/04/europython-day-1/#comment-2819</guid>
		<description>&lt;p&gt;That seems kinda cool. Thanks for the hint!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That seems kinda cool. Thanks for the hint!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: has</title>
		<link>http://www.oluyede.org/blog/2006/07/04/europython-day-1/comment-page-1/#comment-2805</link>
		<dc:creator>has</dc:creator>
		<pubDate>Tue, 04 Jul 2006 15:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2006/07/04/europython-day-1/#comment-2805</guid>
		<description>&lt;p&gt;&gt; pywinauto is a tool to do windows GUI automation. Seems cool. Maybe someone can write something like this for X11 or OSX&lt;/p&gt;

&lt;p&gt;Dunno about X11, but GUI scripting via the System Events application is a standard feature on OS X. You just need to enable access for assistive devices in the Universal Access system preferences. For example, to paste the current clipboard into TextEdit:&lt;/p&gt;

&lt;h1&gt;!/usr/bin/env pythonw&lt;/h1&gt;

&lt;p&gt;from appscript import *&lt;/p&gt;

&lt;p&gt;se = app(&#039;System Events&#039;)&lt;/p&gt;

&lt;p&gt;app(&#039;TextEdit&#039;).activate()
se.processes[&#039;TextEdit&#039;].menu_bars[1].menus[&#039;Edit&#039;].menu_items[&#039;Paste&#039;].click()&lt;/p&gt;

&lt;p&gt;HTH&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&gt; pywinauto is a tool to do windows GUI automation. Seems cool. Maybe someone can write something like this for X11 or OSX</p>

<p>Dunno about X11, but GUI scripting via the System Events application is a standard feature on OS X. You just need to enable access for assistive devices in the Universal Access system preferences. For example, to paste the current clipboard into TextEdit:</p>

<h1>!/usr/bin/env pythonw</h1>

<p>from appscript import *</p>

<p>se = app(&#8216;System Events&#8217;)</p>

<p>app(&#8216;TextEdit&#8217;).activate()
se.processes['TextEdit'].menu_bars[1].menus['Edit'].menu_items['Paste'].click()</p>

<p>HTH</p>]]></content:encoded>
	</item>
</channel>
</rss>
