jeansnkicks / pyev

Automatically exported from code.google.com/p/pyev
0 stars 0 forks source link

Python 2.6.5 #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi Malek!

Why do you limit the minimum version 2.6.6. It also works great with Python 
2.6.5 or I'm wrong. In any case, my application tests are positive. But I do 
not use all of the features, only Idle, Timer, Io, Signal.

As far as is reasonable it restriction? Python 2.6.5 is base version for many 
stable Linux distribution such as for example Ubuntu 10.04 LTS. By doing this 
You are severely limits the using scope of your application.

WBR, Alexey

Original issue reported on code.google.com by Alexey.P...@gmail.com on 4 Apr 2011 at 1:37

GoogleCodeExporter commented 8 years ago
should be fixed in trunk for 2.6.5. can you test?
pyev really needs a test suite to validate all platforms and version supported, 
and I really need help here (so if you're willing to contribute you're welcome 
:))

hope it helps

malek

Original comment by lekma...@gmail.com on 27 Apr 2011 at 10:20

GoogleCodeExporter commented 8 years ago
Hey Malek,

I just pulled pyev in as an EventHub implementation for my coroutine-based I/O 
library diesel:

https://github.com/jamwt/diesel

This particular issue is pretty important--I think a huge number of production 
deployments are using Ubuntu 10.04 LTS these days (we are at http://bu.mp for 
example); do you mind pushing up a dot version to pypi with this setup.py fix 
so that pip/setuptools works again on Ubuntu Lucid?

Thanks!

Original comment by jam...@gmail.com on 2 Sep 2011 at 8:29

GoogleCodeExporter commented 8 years ago
Seconded, re: making this work on Ubuntu 10.04 LTS. I know "me too!" type 
emails are unfortunate, but this is an easy fix and we'd love to have this 
work. Thanks.

Original comment by smi...@gmail.com on 1 Nov 2011 at 7:15

GoogleCodeExporter commented 8 years ago
I'll release 0.8.1 this weekend.

Original comment by lekma...@gmail.com on 6 Jan 2012 at 11:53