Menu

#173 serial v2.7 does not work with python 2.4

v2.7
open
nobody
None
5
2014-12-08
2014-12-08
caliloo
No

Hello,

I've just downloaded version 2.7 to use on an old centos 5.8 w python 2.4.

running python setup.py build works, but when the install steps is run it fails with an error in serialposix.py line 41.

This lines needs to be changed from
BOTHER = 0o010000
to
BOTHER - 0x1000

Because python 2.4 does not understand the 0o.... notation.

Have a good one.
C

Discussion


Log in to post a comment.