<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Wxpython's &#38; django Blog</title>
	<atom:link href="http://wxpython.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wxpython.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 04 Mar 2009 19:06:02 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wxpython.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Wxpython's &#38; django Blog</title>
		<link>http://wxpython.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wxpython.wordpress.com/osd.xml" title="Wxpython&#039;s &#38; django Blog" />
	<atom:link rel='hub' href='http://wxpython.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tumblr: pantalla de login</title>
		<link>http://wxpython.wordpress.com/2009/03/04/tumblr-pantalla-de-login/</link>
		<comments>http://wxpython.wordpress.com/2009/03/04/tumblr-pantalla-de-login/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 19:01:14 +0000</pubDate>
		<dc:creator>wxpython</dc:creator>
				<category><![CDATA[wxglade]]></category>
		<category><![CDATA[wxpython]]></category>

		<guid isPermaLink="false">http://wxpython.wordpress.com/?p=63</guid>
		<description><![CDATA[Tengo la intencion de hacer screencast del desarrollo de las pantallas del cliente de tumblr, pero no he encontrado algun programa gratuito o no logro hacer funcionar vlc. Wxglade permite el diseño rapido de interfaces para el usuario, la estructura &#8230; <a href="http://wxpython.wordpress.com/2009/03/04/tumblr-pantalla-de-login/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wxpython.wordpress.com&amp;blog=5012521&amp;post=63&amp;subd=wxpython&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="alignleft" title="tumblr login" src="http://farm4.static.flickr.com/3355/3329088572_168167e46e_o.png" alt="" width="116" height="161" />Tengo la intencion de hacer screencast del desarrollo de las pantallas del cliente de tumblr, pero no he encontrado algun programa gratuito o no logro hacer funcionar vlc.</p>
<p style="text-align:justify;">Wxglade permite el diseño rapido de interfaces para el usuario, la estructura de una interfaz debe ser frame/panel/dialog/etc despues de cualquiera de estos se debe colocar un sizer para acomodar los widgets a utilizar.</p>
<p><span id="more-63"></span></p>
<p style="text-align:justify;">En el caso de la pantalla del login se uso un frame para generar la ventana que contiene un sizer (sizer_1), en este sizer se agrega un slot para colocar la etiqueta l_tumblr que muestra el titulo &#8220;Tumblr&#8221; y el otro slot se coloca un panel . En la pagina web de tumblr todos los elementos se encuentran dentro de un &#8220;marco&#8221; blanco, para hacer algo similar se agrega un panel con su respectivo sizer y colocar ahora si el panel que contendra los widgets del login.</p>
<p style="text-align:justify;"><img class="alignright" title="tree login" src="http://farm4.static.flickr.com/3343/3329088534_72c8a7575c_o.png" alt="" width="215" height="300" />En la panel (panel_login) siguiendo la misma secuencia se agrega un sizer (sizer_login) y por cada widget que agreguemos se debe insertar en su respectivo slot. Entonces el sizer_login contendra 7 slots en el orden para los widgets como: l_login, l_mail, tc_mail, l_password, tc_password, spacer, b_login. Ya para terminar basta con generar el codigo, para esto en la ventana del arbol de widgets se debe seleccionar la raiz (Application) e ir a la ventana de propiedades en la parte inferior se debe colocar el path del archivo donde se va a generar el codigo, desde el menu-&gt;file se puede generar.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wxpython.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wxpython.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wxpython.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wxpython.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wxpython.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wxpython.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wxpython.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wxpython.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wxpython.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wxpython.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wxpython.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wxpython.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wxpython.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wxpython.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wxpython.wordpress.com&amp;blog=5012521&amp;post=63&amp;subd=wxpython&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wxpython.wordpress.com/2009/03/04/tumblr-pantalla-de-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce75d068f5cee43608ff4756baf96c35?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wxpython</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3355/3329088572_168167e46e_o.png" medium="image">
			<media:title type="html">tumblr login</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3343/3329088534_72c8a7575c_o.png" medium="image">
			<media:title type="html">tree login</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalando wxpython</title>
		<link>http://wxpython.wordpress.com/2009/02/12/instalando-wxpython/</link>
		<comments>http://wxpython.wordpress.com/2009/02/12/instalando-wxpython/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 05:02:52 +0000</pubDate>
		<dc:creator>wxpython</dc:creator>
				<category><![CDATA[wxpython]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[wxglade]]></category>

		<guid isPermaLink="false">http://wxpython.wordpress.com/?p=14</guid>
		<description><![CDATA[Existen diferentes metodos y nombres de paquetes a instalar de acuerdo a la plataforma de desarrollo a usar, lo mas recomendable es usar un sistema linux y despues probar la aplicacion en otras. Los paquetes necesarios son: python wxpython wxpython &#8230; <a href="http://wxpython.wordpress.com/2009/02/12/instalando-wxpython/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wxpython.wordpress.com&amp;blog=5012521&amp;post=14&amp;subd=wxpython&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 149px"><img title="wxpython" src="http://upload.wikimedia.org/wikipedia/commons/c/c0/WxPython-logo.png" alt="wxpython" width="139" height="89" /><p class="wp-caption-text">wxpython</p></div>
<p style="text-align:justify;">Existen diferentes metodos y nombres de paquetes a instalar de acuerdo a la plataforma de desarrollo a usar, lo mas recomendable es usar un sistema linux y despues probar la aplicacion en otras.</p>
<p><span id="more-14"></span></p>
<p style="text-align:justify;">Los paquetes necesarios son:</p>
<ul style="text-align:justify;">
<li><a href="http://www.python.org/download/">python</a></li>
<li><a href="http://downloads.sourceforge.net/wxpython/wxPython2.8-osx-ansi-2.8.9.1-universal-py2.6.dmg">wxpython</a></li>
<li><a href="http://downloads.sourceforge.net/wxpython/wxPython2.8-osx-docs-demos-2.8.9.1-universal-py2.6.dmg">wxpython docs/demos</a> ( opcional , pero muy util )</li>
</ul>
<p style="text-align:justify;">El sistema que uso es osx, para iniciar basta con descargar los paquetes (dmg)  e instalarlos como cualquier otra aplicacion. En el caso de python ya viene por default en osx ( leopard ), en este momento tengo la 2.5 pero se puede trabajar con la 2.6 . En el caso de sistemas linux se debe utilizar</p>
<pre class="code" style="padding-left:30px;">apt-get install wxpython-version</pre>
<pre class="code" style="padding-left:30px;">yum install wxpython-version</pre>
<p style="text-align:justify;">Tambien es opcional la instalacion de <a href="http://wxglade.sourceforge.net/">wxglade</a>, sirve para crear la interfaz grafica mas rapido. Solo hay que  <a href="http://downloads.sourceforge.net/wxglade/wxGlade-0.6.3.tar.gz?modtime=1201950639&amp;big_mirror=0">descargarlo</a> y  &#8220;desempaquetar&#8221;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wxpython.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wxpython.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wxpython.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wxpython.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wxpython.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wxpython.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wxpython.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wxpython.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wxpython.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wxpython.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wxpython.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wxpython.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wxpython.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wxpython.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wxpython.wordpress.com&amp;blog=5012521&amp;post=14&amp;subd=wxpython&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wxpython.wordpress.com/2009/02/12/instalando-wxpython/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce75d068f5cee43608ff4756baf96c35?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wxpython</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/c/c0/WxPython-logo.png" medium="image">
			<media:title type="html">wxpython</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalando django</title>
		<link>http://wxpython.wordpress.com/2009/02/11/instalando-django/</link>
		<comments>http://wxpython.wordpress.com/2009/02/11/instalando-django/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 04:36:35 +0000</pubDate>
		<dc:creator>wxpython</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MySQLdb]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://wxpython.wordpress.com/?p=16</guid>
		<description><![CDATA[Instalar una aplicacion en osx que no sea nativa es una lata usando los macports, en el caso de django es relativamente facil pero no puedo decir lo mismo para las librerias que requiere. Basicamente para trabajar se necesita python, &#8230; <a href="http://wxpython.wordpress.com/2009/02/11/instalando-django/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wxpython.wordpress.com&amp;blog=5012521&amp;post=16&amp;subd=wxpython&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 134px"><a href="www.djangoproject.com"><img title="django" src="http://farm4.static.flickr.com/3118/2868050230_604d3dc9bd.jpg?v=0" alt="django" width="124" height="113" /></a><p class="wp-caption-text">django</p></div>
<p style="text-align:justify;">Instalar una aplicacion en osx que no sea nativa es una lata usando los macports, en el caso de django es relativamente facil pero no puedo decir lo mismo para las librerias que requiere. Basicamente para trabajar se necesita python, django, mysql y mysqldb.<br />
<span id="more-16"></span><br />
<a href="http://jyr.tumblr.com/post/72387443/mamp"><strong>Instalando mysql</strong></a></p>
<p><strong>Instalar mysqldb</strong></p>
<ul style="text-align:justify;">
<li>Descargar <a href="http://downloads.sourceforge.net/mysql-python/MySQL-python-1.2.2.tar.gz?modtime=1172959928&amp;big_mirror=0">mysqldb</a> y hacer lo propio.</li>
<li>Ubicar el path de mysql_config y cambiarlo en setup_posfix.py en la variable mysql_path</li>
<li>Es necesario tener gcc, en caso de no tenerlo instalarlo desde los ports</li>
</ul>
<pre class="code" style="padding-left:30px;">port install gcc43</pre>
<ul style="text-align:justify;">
<li>editar _mysql.c para borrar las lineas 37-39:</li>
</ul>
<pre class="code" style="padding-left:30px;">#ifndef uint
#define uint unsigned int
#endif</pre>
<ul>
<li>cambiar</li>
</ul>
<pre class="code" style="padding-left:30px;">uint port = MYSQL_PORT;
uint client_flag = 0;</pre>
<p style="padding-left:30px;">por</p>
<pre class="code" style="padding-left:30px;">unsigned int port = MYSQL_PORT;
unsigned int client_flag = 0;</pre>
<ul>
<li>Ejecutar</li>
</ul>
<pre class="code" style="padding-left:30px;">#python setup.py  build
#python setup.py  install</pre>
<p><a href="http://www.djangoproject.com/download/"><strong>Instalar django</strong></a></p>
<p>Listo, correr el servidor y entrar a http://0.0.0.0:8000</p>
<pre class="code" style="padding-left:30px;">python manage.py runserver 0.0.0.0:800</pre>
<p><strong>Mas informacion: </strong><a href="http://www.mangoorange.com/2008/08/01/installing-python-mysqldb-122-on-mac-os-x/"> Mango Orange,</a> <a href="http://docs.djangoproject.com/en/dev/">Django Project</a><a href="http://www.mangoorange.com/2008/08/01/installing-python-mysqldb-122-on-mac-os-x/"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wxpython.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wxpython.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wxpython.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wxpython.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wxpython.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wxpython.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wxpython.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wxpython.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wxpython.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wxpython.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wxpython.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wxpython.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wxpython.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wxpython.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wxpython.wordpress.com&amp;blog=5012521&amp;post=16&amp;subd=wxpython&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wxpython.wordpress.com/2009/02/11/instalando-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce75d068f5cee43608ff4756baf96c35?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wxpython</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3118/2868050230_604d3dc9bd.jpg?v=0" medium="image">
			<media:title type="html">django</media:title>
		</media:content>
	</item>
		<item>
		<title>3era llamada</title>
		<link>http://wxpython.wordpress.com/2008/11/17/3era-llamada/</link>
		<comments>http://wxpython.wordpress.com/2008/11/17/3era-llamada/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 09:09:33 +0000</pubDate>
		<dc:creator>wxpython</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wxpython.wordpress.com/?p=12</guid>
		<description><![CDATA[Este blog servira como cuaderno de anotaciones sobre desarrollo en django y wxpython, posiblemente sobre herramientas (subversion, trac) para desarrollo pero nada es seguro. Uno de los objetivos es desarrollar una aplicacion con un sistema de administracion en web en &#8230; <a href="http://wxpython.wordpress.com/2008/11/17/3era-llamada/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wxpython.wordpress.com&amp;blog=5012521&amp;post=12&amp;subd=wxpython&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Este blog servira como cuaderno de anotaciones sobre desarrollo en django y wxpython, posiblemente sobre herramientas (subversion, trac) para desarrollo pero nada es seguro. Uno de los objetivos es desarrollar una aplicacion con un sistema de administracion en web en django y un cliente en wxpython. <del datetime="00">La aplicacion a desarrollar es muy sencilla y pequeña  es un sistema de inventarios de activos fijos.</del></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wxpython.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wxpython.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wxpython.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wxpython.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wxpython.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wxpython.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wxpython.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wxpython.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wxpython.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wxpython.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wxpython.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wxpython.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wxpython.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wxpython.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wxpython.wordpress.com&amp;blog=5012521&amp;post=12&amp;subd=wxpython&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wxpython.wordpress.com/2008/11/17/3era-llamada/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce75d068f5cee43608ff4756baf96c35?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wxpython</media:title>
		</media:content>
	</item>
	</channel>
</rss>
