<?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>ExpoBrain &#187; Troubleshooting</title>
	<atom:link href="http://www.expobrain.net/category/troubleshooting/feed" rel="self" type="application/rss+xml" />
	<link>http://www.expobrain.net</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 13:07:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Let Babel works with py2exe</title>
		<link>http://www.expobrain.net/2010/07/29/let-babel-works-with-py2exe</link>
		<comments>http://www.expobrain.net/2010/07/29/let-babel-works-with-py2exe#comments</comments>
		<pubDate>Thu, 29 Jul 2010 13:01:52 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[babel]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[py2exe]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=399</guid>
		<description><![CDATA[
Babel is a framework to translate date, times, numbers and currency in all the languages of the world. Unfortunately the package is not py2exe-friendly but with a little patch we can let Babel works when is embedded with py2exe.

When you build a Windows executable with py2exe all goes fine but when you run the application [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2010/07/29/let-babel-works-with-py2exe/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross platform doesn&#8217;t exists</title>
		<link>http://www.expobrain.net/2010/02/13/cross-platform-doesnt-exists</link>
		<comments>http://www.expobrain.net/2010/02/13/cross-platform-doesnt-exists#comments</comments>
		<pubDate>Sat, 13 Feb 2010 00:18:33 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[bsddb]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[traceback]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=299</guid>
		<description><![CDATA[
When you write code in Python you can be almost sure your code will run on different operating systems. I say almost sure, not completely sure, because some of the libraries and packages you are using can have different behaviors on different systems.
But here I found a full incompatibility in the bsddb package on the [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2010/02/13/cross-platform-doesnt-exists/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bug dopo upgrade ad Ubuntu 8.10</title>
		<link>http://www.expobrain.net/2008/11/05/bug-dopo-upgrade-ad-ubuntu-810</link>
		<comments>http://www.expobrain.net/2008/11/05/bug-dopo-upgrade-ad-ubuntu-810#comments</comments>
		<pubDate>Wed, 05 Nov 2008 15:39:10 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/2008/11/05/bug-dopo-upgrade-ad-ubuntu-810</guid>
		<description><![CDATA[
Ubunto 8.10 Interpid Ibex è appena uscita ma presenta alcuni noiosi bug e alcuni problemi presenti sia a chi ha effettuato una installazione da zero sia a chi ha fatto l&#8217;upgrade dalla versione precedente.
Io personalmente ho effettuato l&#8217;upgrade ed ho rilevato una serie di minibug ed un rallentamento generale in X rispetto alla versione precendente.
Uno [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2008/11/05/bug-dopo-upgrade-ad-ubuntu-810/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambiare il layout della tastiera in Windows</title>
		<link>http://www.expobrain.net/2008/11/05/cambiare-il-layout-della-tastiera-in-windows</link>
		<comments>http://www.expobrain.net/2008/11/05/cambiare-il-layout-della-tastiera-in-windows#comments</comments>
		<pubDate>Wed, 05 Nov 2008 12:42:41 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/2008/11/05/cambiare-il-layout-della-tastiera-in-windows</guid>
		<description><![CDATA[
Può capitare di avere una tastiera con un layout diverso dall&#8217;italiano, più comunemente ci si può imbattere nel layout americano, ed è necessario reinpostare la mappatura dei tasti in Windows.
La modifica del layout è abbastanza semplice anche se non immediata da trovare:

Entriamo nel Pannello di Controllo e apriamo Opzioni internazionali e della lingua



Entrare nel pannelo [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2008/11/05/cambiare-il-layout-della-tastiera-in-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Errore “mysql_config not found” nell’installazione di MySQL_python in Mac OS X 64bit</title>
		<link>http://www.expobrain.net/2008/10/13/errore-%e2%80%9cmysql_config-not-found%e2%80%9d-nell%e2%80%99installazione-di-mysql_python-in-mac-os-x-64bit</link>
		<comments>http://www.expobrain.net/2008/10/13/errore-%e2%80%9cmysql_config-not-found%e2%80%9d-nell%e2%80%99installazione-di-mysql_python-in-mac-os-x-64bit#comments</comments>
		<pubDate>Sun, 12 Oct 2008 22:04:46 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/2008/10/13/errore-%e2%80%9cmysql_config-not-found%e2%80%9d-nell%e2%80%99installazione-di-mysql_python-in-mac-os-x-64bit</guid>
		<description><![CDATA[
Questo post è un semplice aggiornamento del post Errore “mysql_config not found” nell’installazione di MySQL_python in Mac OS X in caso incontriate il problema su sistemi a 64bit.
 Appena avete scaricato e scompattato il pacchetto MySQL-python applicate questa patch:
36,38d35
&#60; #ifndef uint
&#60; #define uint unsigned int
&#60; #endif
435,436c432,433
&#60;       uint port = MYSQL_PORT;
&#60;       uint client_flag = 0;
&#8212;
&#62;       unsigned [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2008/10/13/errore-%e2%80%9cmysql_config-not-found%e2%80%9d-nell%e2%80%99installazione-di-mysql_python-in-mac-os-x-64bit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installare Ubuntu da pen drive USB</title>
		<link>http://www.expobrain.net/2008/09/10/installare-ubuntu-da-pen-drive-usb</link>
		<comments>http://www.expobrain.net/2008/09/10/installare-ubuntu-da-pen-drive-usb#comments</comments>
		<pubDate>Tue, 09 Sep 2008 22:47:17 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/2008/09/10/installare-ubuntu-da-pen-drive-usb</guid>
		<description><![CDATA[
Può capitare che sua alcune macchine dove vogliamo avviare e/o installare Ubuntu manchi il lettore CD-ROM, vuoi perchè sono sistemi embedded, vuoi perchè il lettore CD-ROM è fouri uso, o solo per avere un live CD più veloce all&#8217;avvio e nell&#8217;installazione.
Per creare un Live CD Ubuntu avviabile da pen drive USB sono necessari:

un cd-live di [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2008/09/10/installare-ubuntu-da-pen-drive-usb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrivere NTFS da Mac Os X</title>
		<link>http://www.expobrain.net/2008/07/15/scrivere-ntfs-da-mac-os-x</link>
		<comments>http://www.expobrain.net/2008/07/15/scrivere-ntfs-da-mac-os-x#comments</comments>
		<pubDate>Tue, 15 Jul 2008 08:36:25 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/2008/07/15/scrivere-ntfs-da-mac-os-x</guid>
		<description><![CDATA[
E&#8217; stata rilasciata la nuova versione del driver NTFS-3G in formato .DMG per leggere, scrivere e formattare volumi NTFS.
Qui è possibile scaricare entrambi i pacchetti stable e ublio, il primo è la versione stabile mentre il secondo è la versione con alcune patch per migliorare le prestazioni. Vi consiglio di utilizzare la versione stable, almeno [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2008/07/15/scrivere-ntfs-da-mac-os-x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambiare lettera ad un drive floppy USB</title>
		<link>http://www.expobrain.net/2008/07/11/cambiare-lettera-ad-un-drive-floppy-usb</link>
		<comments>http://www.expobrain.net/2008/07/11/cambiare-lettera-ad-un-drive-floppy-usb#comments</comments>
		<pubDate>Fri, 11 Jul 2008 19:18:33 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/2008/07/11/cambiare-lettera-ad-un-drive-floppy-usb</guid>
		<description><![CDATA[
Nei nuovi PC e portatili il drive floppy non è più presente per ovvie ragioni ma, purtroppo, alcune applicazioni come Entratel dell&#8217;Agenzia Entrate ed alcune applicazioni INPS devono accedere a dati presenti obbligatoriamente sul drive A:.
Purtroppo, utilizzando unità floppy USB, il sistema operativo gli assegna la lettera B: ma il software accede espressamente al drive [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2008/07/11/cambiare-lettera-ad-un-drive-floppy-usb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problemi con la coda di stampa di Windows</title>
		<link>http://www.expobrain.net/2008/05/21/problemi-con-la-coda-di-stampa-di-windows</link>
		<comments>http://www.expobrain.net/2008/05/21/problemi-con-la-coda-di-stampa-di-windows#comments</comments>
		<pubDate>Wed, 21 May 2008 17:30:44 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/2008/05/21/pulizia-coda-di-stapa-dello-spooler-di-windows</guid>
		<description><![CDATA[
Talvolta, e soprattuto con stampanti USB, capita che, anche se eliminate un documento dalla coda di stampa o svuotate l&#8217;intera coda di stampa, il documento rimane in stato &#8220;Eliminazione&#8221;.

In questi casi la soluzione più ovvia è quella di riavviare il sistema o provare a ricollegare e/o riaccendere la stampante, ma purtroppo alcune volte questa soluzione [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2008/05/21/problemi-con-la-coda-di-stampa-di-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alleggerire le Virtual Machines di Parallels</title>
		<link>http://www.expobrain.net/2008/05/08/alleggerire-le-virtual-machines-di-parallels</link>
		<comments>http://www.expobrain.net/2008/05/08/alleggerire-le-virtual-machines-di-parallels#comments</comments>
		<pubDate>Thu, 08 May 2008 12:03:09 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/2008/05/08/alleggerire-le-virtual-machines-di-parallels</guid>
		<description><![CDATA[
L&#8217;esecuzione di una Virtual Machine con Parallels comporta un certo dispendio di risorse, principalmente disco, memoria e una piccola parte di cicli di clock del processore. L&#8217;uso della memoria però, con le impostazioni di base, risulta eccessivo e limita il numero di VM che possono essere eseguite contemporaneamente e/o rallentano le applicazioni nel sistema host [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2008/05/08/alleggerire-le-virtual-machines-di-parallels/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
