<?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>Commenti a: Come provare amsn2</title>
	<atom:link href="http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/</link>
	<description>life. linux. mac. web. seo.</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Di: Kevin</title>
		<link>http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/comment-page-1/#comment-3560</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 17 Jun 2009 10:35:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-3560</guid>
		<description>Ho risolto ragazzi per mettere quei moduli bisogna spostarsi da teminale nella cartella di amsn2 e dare questo comando
git submodule update --init</description>
		<content:encoded><![CDATA[<p>Ho risolto ragazzi per mettere quei moduli bisogna spostarsi da teminale nella cartella di amsn2 e dare questo comando<br />
git submodule update &#8211;init</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Kevin</title>
		<link>http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/comment-page-1/#comment-3559</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 17 Jun 2009 10:02:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-3559</guid>
		<description>a me invece da errore! :( ho installato correttamente tutte le dipendenze ma continua a darmi questo errore? cosa significa? (non sono molto esperto :D)

kevin@kevin-desktop:~/amsn2$ ./amsn2.py -f gtk
Traceback (most recent call last):
  File &quot;./amsn2.py&quot;, line 9, in 
    from amsn2.core import aMSNCore
  File &quot;/home/kevin/amsn2/amsn2/__init__.py&quot;, line 1, in 
    import core
  File &quot;/home/kevin/amsn2/amsn2/core/__init__.py&quot;, line 2, in 
    from amsn import *
  File &quot;/home/kevin/amsn2/amsn2/core/amsn.py&quot;, line 22, in 
    from amsn2 import protocol
  File &quot;/home/kevin/amsn2/amsn2/protocol/__init__.py&quot;, line 1, in 
    from client import *
  File &quot;/home/kevin/amsn2/amsn2/protocol/client.py&quot;, line 21, in 
    import papyon
ImportError: No module named papyon
kevin@kevin-desktop:~/amsn2$ ./amsn2.py -f qt4
Traceback (most recent call last):
  File &quot;./amsn2.py&quot;, line 9, in 
    from amsn2.core import aMSNCore
  File &quot;/home/kevin/amsn2/amsn2/__init__.py&quot;, line 1, in 
    import core
  File &quot;/home/kevin/amsn2/amsn2/core/__init__.py&quot;, line 2, in 
    from amsn import *
  File &quot;/home/kevin/amsn2/amsn2/core/amsn.py&quot;, line 22, in 
    from amsn2 import protocol
  File &quot;/home/kevin/amsn2/amsn2/protocol/__init__.py&quot;, line 1, in 
    from client import *
  File &quot;/home/kevin/amsn2/amsn2/protocol/client.py&quot;, line 21, in 
    import papyon
ImportError: No module named papyon</description>
		<content:encoded><![CDATA[<p>a me invece da errore! :( ho installato correttamente tutte le dipendenze ma continua a darmi questo errore? cosa significa? (non sono molto esperto :D)</p>
<p>kevin@kevin-desktop:~/amsn2$ ./amsn2.py -f gtk<br />
Traceback (most recent call last):<br />
  File &#8220;./amsn2.py&#8221;, line 9, in<br />
    from amsn2.core import aMSNCore<br />
  File &#8220;/home/kevin/amsn2/amsn2/__init__.py&#8221;, line 1, in<br />
    import core<br />
  File &#8220;/home/kevin/amsn2/amsn2/core/__init__.py&#8221;, line 2, in<br />
    from amsn import *<br />
  File &#8220;/home/kevin/amsn2/amsn2/core/amsn.py&#8221;, line 22, in<br />
    from amsn2 import protocol<br />
  File &#8220;/home/kevin/amsn2/amsn2/protocol/__init__.py&#8221;, line 1, in<br />
    from client import *<br />
  File &#8220;/home/kevin/amsn2/amsn2/protocol/client.py&#8221;, line 21, in<br />
    import papyon<br />
ImportError: No module named papyon<br />
kevin@kevin-desktop:~/amsn2$ ./amsn2.py -f qt4<br />
Traceback (most recent call last):<br />
  File &#8220;./amsn2.py&#8221;, line 9, in<br />
    from amsn2.core import aMSNCore<br />
  File &#8220;/home/kevin/amsn2/amsn2/__init__.py&#8221;, line 1, in<br />
    import core<br />
  File &#8220;/home/kevin/amsn2/amsn2/core/__init__.py&#8221;, line 2, in<br />
    from amsn import *<br />
  File &#8220;/home/kevin/amsn2/amsn2/core/amsn.py&#8221;, line 22, in<br />
    from amsn2 import protocol<br />
  File &#8220;/home/kevin/amsn2/amsn2/protocol/__init__.py&#8221;, line 1, in<br />
    from client import *<br />
  File &#8220;/home/kevin/amsn2/amsn2/protocol/client.py&#8221;, line 21, in<br />
    import papyon<br />
ImportError: No module named papyon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Tanner</title>
		<link>http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/comment-page-1/#comment-3551</link>
		<dc:creator>Tanner</dc:creator>
		<pubDate>Mon, 15 Jun 2009 00:18:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-3551</guid>
		<description>Perchè mi dice &quot;ImportError: No module named papyon&quot;... Diavolo, non mi parte!</description>
		<content:encoded><![CDATA[<p>Perchè mi dice &#8220;ImportError: No module named papyon&#8221;&#8230; Diavolo, non mi parte!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: ck</title>
		<link>http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/comment-page-1/#comment-2093</link>
		<dc:creator>ck</dc:creator>
		<pubDate>Sun, 05 Apr 2009 09:12:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-2093</guid>
		<description>Se da errore ./generateFiles.sh
./generateFiles.sh: 5: pyuic4: not found
./generateFiles.sh: 6: pyuic4: not found
./generateFiles.sh: 7: pyuic4: not found

dare il comando:
sudo apt-get install pyqt4-dev-tools</description>
		<content:encoded><![CDATA[<p>Se da errore ./generateFiles.sh<br />
./generateFiles.sh: 5: pyuic4: not found<br />
./generateFiles.sh: 6: pyuic4: not found<br />
./generateFiles.sh: 7: pyuic4: not found</p>
<p>dare il comando:<br />
sudo apt-get install pyqt4-dev-tools</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: CHEMTRAILER</title>
		<link>http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/comment-page-1/#comment-1398</link>
		<dc:creator>CHEMTRAILER</dc:creator>
		<pubDate>Thu, 12 Feb 2009 14:36:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-1398</guid>
		<description>per qt4 bisogna installare questo
sudo apt-get install python python-gtk2 python-qt4 python-adns python-pyopenssl python-crypto</description>
		<content:encoded><![CDATA[<p>per qt4 bisogna installare questo<br />
sudo apt-get install python python-gtk2 python-qt4 python-adns python-pyopenssl python-crypto</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: cisO.Ubuntu &#38; Tech &#187; Emesene2 (il ritorno). Ecco come provarlo.</title>
		<link>http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/comment-page-1/#comment-1282</link>
		<dc:creator>cisO.Ubuntu &#38; Tech &#187; Emesene2 (il ritorno). Ecco come provarlo.</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:22:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-1282</guid>
		<description>[...] fatto un &#8220;accordo&#8221; fra gli sviluppatori di Emesene e Amsn per sviluppare insieme Amsn2. Qui un articolo dove potete scoprire come provarlo. Mentre i lavori per questo vanno a rilento, nasce nell&#8217;ombra anche Emesene2. Ecco come [...]</description>
		<content:encoded><![CDATA[<p>[...] fatto un &#8220;accordo&#8221; fra gli sviluppatori di Emesene e Amsn per sviluppare insieme Amsn2. Qui un articolo dove potete scoprire come provarlo. Mentre i lavori per questo vanno a rilento, nasce nell&#8217;ombra anche Emesene2. Ecco come [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Franz</title>
		<link>http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/comment-page-1/#comment-631</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Sun, 04 Jan 2009 01:42:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-631</guid>
		<description>ottimo, grazie! :D</description>
		<content:encoded><![CDATA[<p>ottimo, grazie! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: cisO.o</title>
		<link>http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/comment-page-1/#comment-630</link>
		<dc:creator>cisO.o</dc:creator>
		<pubDate>Sat, 03 Jan 2009 17:51:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-630</guid>
		<description>Entra nella cartella e dai:&lt;br /&gt;
git pull</description>
		<content:encoded><![CDATA[<p>Entra nella cartella e dai:<br />
git pull</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Franz</title>
		<link>http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/comment-page-1/#comment-629</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Fri, 02 Jan 2009 01:31:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-629</guid>
		<description>molto interessante, grazie della guida lampo!&lt;br /&gt;
solo una domanda: come si fa ad aggiornare il codice tramite git?</description>
		<content:encoded><![CDATA[<p>molto interessante, grazie della guida lampo!<br />
solo una domanda: come si fa ad aggiornare il codice tramite git?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: lovemetender</title>
		<link>http://www.de-side.com/blogs/2008/12/26/come-provare-amsn2/comment-page-1/#comment-628</link>
		<dc:creator>lovemetender</dc:creator>
		<pubDate>Sat, 27 Dec 2008 12:15:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-628</guid>
		<description>./generateFiles.sh &lt;br /&gt;
./generateFiles.sh: 5: pyuic4: not found&lt;br /&gt;
./generateFiles.sh: 6: pyuic4: not found&lt;br /&gt;
./generateFiles.sh: 7: pyuic4: not found&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mancano le pyqt tools</description>
		<content:encoded><![CDATA[<p>./generateFiles.sh <br />
./generateFiles.sh: 5: pyuic4: not found<br />
./generateFiles.sh: 6: pyuic4: not found<br />
./generateFiles.sh: 7: pyuic4: not found</p>
<p>
mancano le pyqt tools</p>
]]></content:encoded>
	</item>
</channel>
</rss>

