<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ticket search results</title><link>https://forge-allura.apache.org/p/allura/tickets/</link><description>You searched for labels:"Image"</description><language>en</language><lastBuildDate>Thu, 20 Aug 2015 22:07:54 -0000</lastBuildDate><item><title>AccessInit: hash collision: 3 for both 1 and 1</title><link>https://forge-allura.apache.org/p/allura/tickets/4065/</link><description>*Originally created by:* celsius813

Hello,

I tried to install Allura on Ubuntu 11.10 and I went across some python import problem:

"AccessInit: hash collision: 3 for both 1 and 1"

Specifically, I had to change one occurrence of:

&gt; from StringIO import StringIO

into:

&gt; from cStringIO import StringIO

(since all the other import are made from cStringIO)

and several occurrence of:
 
&gt; import Image, StringIO

into:

&gt; from PIL import Image
&gt; from cStringIO import StringIO

(although I'm not sure the "from PIL" is necessary to import image, that was the first google result for the AccessInit error)

git Allura revision is 0a6486d23.. (HEAD as of today)
python version is 2.7.2+
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:54 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/4065/</guid></item></channel></rss>