<br><br><div class="gmail_quote">On Thu, Jun 18, 2009 at 10:17 AM, David Lyon <span dir="ltr">&lt;<a href="mailto:david.lyon@preisshare.net">david.lyon@preisshare.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
This is kind of typical of what I get all the time...<br>
<br>
Platform: XP-Python 2.5<br>
<br>
-----------------------------------------------------------------------------<br>
Running installer ... C:\Python25\scripts\easy_install.exe asciiporn<br>
Searching for asciiporn<br>
...<br>
<br>
Exception: asciiporn requires Python 2.6 or higher<br>
<br>
Processing asciiporn-2009.05.01.tar.gz<br>
Running asciiporn-2009.05.01\setup.py -q bdist_egg --dist-dir<br>
c:\docume~1\david\locals~1\temp\easy_install-pnlek8\asciiporn-2009.05.01\egg-dist-tmp-8p44m6<br>
</blockquote><div><br>What&#39;s wrong with that ? <br><br>If you look at ascii porn setup.py file, it has an explicit test on the python version:<br><br>...<br>if sys.version_info[1] &lt; 6: raise Exception(&quot;asciiporn requires Python 2.6 or higher&quot;)<br>
...<br><br>So you have to easy_install it on Python 2.6, not Python2.5, or to ask asciiporn maintainer<br>to backport it to 2.5<br> <br></div></div>