<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>MediaCore Community &#187; Tag: PIL - Recent Posts</title>
		<link>http://mediacorecommunity.org/community/tags/pil</link>
		<description>The support &amp; development community for MediaCore</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 20:49:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://mediacorecommunity.org/community/rss/tags/pil" rel="self" type="application/rss+xml" />

		<item>
			<title>Ian Nalepa on "Preliminary Install Issue - Ubuntu 12.04"</title>
			<link>http://mediacorecommunity.org/community/topic/preliminary-install-issue-ubuntu-1204#post-3737</link>
			<pubDate>Tue, 22 May 2012 12:01:20 +0000</pubDate>
			<dc:creator>Ian Nalepa</dc:creator>
			<guid isPermaLink="false">3737@http://mediacorecommunity.org/community/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I'm having trouble with this install step in Ubuntu 12.04:<br />
<code><br />
# install the necessary libraries for creating thumbnails<br />
sudo apt-get install libjpeg-dev libjpeg62 libjpeg62-dev zlib1g-dev libfreetype6 libfreetype6-dev</code></p>
<p>Ubuntu doesn't seem to like the older libjpeg packages.  I switched to installing libjpeg8 and libjpeg8-dev, which works fine, but when I try to upload PNG thumbnails I get an "IOError: decoder zip not available."  It seems that PIL doesn't have all of the necessary requirements installed.</p>
<p>Can anyone give some advice on properly installing all of the PIL requirements on Ubuntu 12.04?</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>Nathan Wright on "One further issue: Error - : The _imaging C modul"</title>
			<link>http://mediacorecommunity.org/community/topic/one-further-issue-error-the-_imaging-c-modul#post-1417</link>
			<pubDate>Mon, 14 Mar 2011 15:08:36 +0000</pubDate>
			<dc:creator>Nathan Wright</dc:creator>
			<guid isPermaLink="false">1417@http://mediacorecommunity.org/community/</guid>
			<description><![CDATA[<p>@callsanjeevat - Unfortunately MediaCore does not officially support Windows. There have been a couple of forum posts detailing how it can be done, however. You could have a <a href="mediacore-installation-on-windows-ok">look at this thread</a>, perhaps it will help.
</p>]]></description>
					</item>
		<item>
			<title>callsanjeevat on "One further issue: Error - : The _imaging C modul"</title>
			<link>http://mediacorecommunity.org/community/topic/one-further-issue-error-the-_imaging-c-modul#post-1404</link>
			<pubDate>Sun, 13 Mar 2011 19:57:26 +0000</pubDate>
			<dc:creator>callsanjeevat</dc:creator>
			<guid isPermaLink="false">1404@http://mediacorecommunity.org/community/</guid>
			<description><![CDATA[<p>@samhs - Did you get this issue resolved? I am running into this issue now.<br />
@Nathan - I am running this on windows server 2008 - intel 64 bit OS - apache-2.211- Python 2.17 - PIL-1.1.7.win32-py2.7
</p>]]></description>
					</item>
		<item>
			<title>Nathan Wright on "One further issue: Error - : The _imaging C modul"</title>
			<link>http://mediacorecommunity.org/community/topic/one-further-issue-error-the-_imaging-c-modul#post-798</link>
			<pubDate>Sun, 07 Nov 2010 16:43:40 +0000</pubDate>
			<dc:creator>Nathan Wright</dc:creator>
			<guid isPermaLink="false">798@http://mediacorecommunity.org/community/</guid>
			<description><![CDATA[<p>Are you running MediaCore inside a virtualenv? Make sure that you activate it right before you install PIL, otherwise it'll be installed to your system-wide python packages directory as opposed to the mediacore-specific directory, which is inside the virtualenv you would've created in step 1.</p>
<p>If I'm right, then this command should work:<br />
<code>python -c &#39;import _imaging&#39;</code></p>
<p>But once you activate the virtualenv that mediacore runs in, the same command will fail:<br />
<pre><code>source mediacore_env/bin/activate
python -c &#39;import _imaging&#39;</code></pre>
<p>If that's the case then you should just delete mediacore_env and repeat steps 1 and 2, plus whatever PIL setup you had to do, but this time make sure you first run the source command above.</p>
<p>Otherwise the problem lies elsewhere and I'd need to know what platform you're running on, what version of Python etc etc before I can help any more.
</p>]]></description>
					</item>
		<item>
			<title>samhs on "One further issue: Error - : The _imaging C modul"</title>
			<link>http://mediacorecommunity.org/community/topic/one-further-issue-error-the-_imaging-c-modul#post-786</link>
			<pubDate>Sat, 06 Nov 2010 11:07:11 +0000</pubDate>
			<dc:creator>samhs</dc:creator>
			<guid isPermaLink="false">786@http://mediacorecommunity.org/community/</guid>
			<description><![CDATA[<p>When I try to upload a thumbnail I get "Unable to save file, please try again".</p>
<p>My Apache log says:</p>
<p>[Sat Nov 06 15:58:13 2010] [error] [client xxx.xxx.xxx.xxx] Error - &#60;type 'exceptions.ImportError'&#62;: The _imaging C module is not installed</p>
<p>I've checked following the instructions here: <a href="http://effbot.org/zone/pil-imaging-not-installed.htm" rel="nofollow">http://effbot.org/zone/pil-imaging-not-installed.htm</a></p>
<p>And the Image module can be installed, as can _imaging - both work fine, so I'm confused. I did have to reinstall PIL to get this far, so I'm wondering if PIL is somehow installed into the mediacore files and I need to recompile or similar - is that likely?</p>
<p>TIA
</p>]]></description>
					</item>

	</channel>
</rss>
