Convert PySerial to python 3.0

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Feb 25 11:23:32 EST 2009


En Wed, 25 Feb 2009 14:07:30 -0200, Seth <king.seth at gmail.com> escribió:

> This is not my code and I am fairly new to Python.  I did not know how
> much it would take to convert pyserial to 3.0. Someone more
> knowledgeable than me could do it better and faster.  I just want to
> see if I could help get it to work.

The last commit to pyserial repository was 8 days ago, so it's not like an  
abandoned project.
Have you contacted the author?

That said, Python 3.0 is still very recent and doesn't have a big set of  
3rd party libraries as earlier versions. Maybe you should stick to 2.6 or  
even 2.5 for a while.

-- 
Gabriel Genellina




More information about the Python-list mailing list