<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Installare_un_modulo_python</id>
	<title>Installare un modulo python - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Installare_un_modulo_python"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Installare_un_modulo_python&amp;action=history"/>
	<updated>2026-05-05T15:28:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Installare_un_modulo_python&amp;diff=6734&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: New page: Per installare correttamente un modulo python:  sudo easy_install -ZU ModuleName  È importante usare -Z, altrimenti il modulo è installato come compresso, e ci possono essere problemi ad...</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Installare_un_modulo_python&amp;diff=6734&amp;oldid=prev"/>
		<updated>2010-01-26T11:34:06Z</updated>

		<summary type="html">&lt;p&gt;New page: Per installare correttamente un modulo python:  sudo easy_install -ZU ModuleName  È importante usare -Z, altrimenti il modulo è installato come compresso, e ci possono essere problemi ad...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Per installare correttamente un modulo python:&lt;br /&gt;
 sudo easy_install -ZU ModuleName&lt;br /&gt;
&lt;br /&gt;
È importante usare -Z, altrimenti il modulo è installato come compresso, e ci possono essere problemi ad eseguirlo per un utente come nobody:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ExtractionError: Can’t extract file(s) to egg cache&lt;br /&gt;
The following error occurred while trying to extract file(s) to the Python egg&lt;br /&gt;
cache:&lt;br /&gt;
  [Errno 13] Permission denied: ‘/home/diesis/.egg-cache’&lt;br /&gt;
The Python egg cache directory is currently set to:&lt;br /&gt;
/home/diesis/.egg-cache&lt;br /&gt;
Perhaps your account does not have write access to this directory?  You can&lt;br /&gt;
change the cache directory by setting the PYTHON_EGG_CACHE environment&lt;br /&gt;
variable to point to an accessible directory.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Riferimenti==&lt;br /&gt;
*[http://stackoverflow.com/questions/268025/install-mysqldb-for-python-as-non-compressed-egg Install MySQLdb (for python) as non-compressed egg - Stack Overflow]&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>