RE: python 2.7.1 HP-UX 11 ia64 built not supporting thread

2011-09-28 Thread Wong Wah Meng-R32813
Hello there, I included --with-threads option into the configure script calling, which it failed to add the -D_REENTRANT into Makefile. So I manually added this into OPT of the Makefile. I ran make again and generated a new python binary. However, the new binary is still not able to start a new

Re: python 2.7.1 "serial" vs "pyserial"

2011-03-25 Thread eryksun ()
On 3/25/2011 7:27 AM, bruce bushby wrote: > > Is there any difference between the "serial" module in Python 2.7.1 and > "pyserial 2.5" ? I've never used it, but "pyserial" is actually "serial": http://pyserial.sourceforge.net I have it installed on my system via Christoph Gohlke's "Base" distri

Re: python 2.7.1 "serial" vs "pyserial"

2011-03-25 Thread Terry Reedy
On 3/25/2011 7:27 AM, bruce bushby wrote: Hi Is there any difference between the "serial" module in Python 2.7.1 and "pyserial 2.5" ? When asking about 3rd party modules, it may help to give a reference to the site or download page on pypi. (And one should also check to package specific list

Re: Python 2.7.1

2010-11-30 Thread Antoine Pitrou
On Mon, 29 Nov 2010 15:11:28 -0800 (PST) Spider wrote: > > 2.7 includes many features that were first released in Python 3.1. The > > faster io module ... > > I understand that I/O in Python 3.0 was slower than 2.x (due to quite > a lot of the code being in Python rather than C, I gather), and t

Re: Python 2.7.1

2010-11-29 Thread Spider
> 2.7 includes many features that were first released in Python 3.1. The faster > io module ... I understand that I/O in Python 3.0 was slower than 2.x (due to quite a lot of the code being in Python rather than C, I gather), and that this was fixed up in 3.1. So, io in 3.1 is faster than in 3.0.

Re: Python 2.7.1

2010-11-29 Thread Terry Reedy
On 11/29/2010 6:51 AM, Kent Johnson wrote: On Nov 27, 11:33 pm, Benjamin Peterson wrote: On behalf of the Python development team, I'm happy as a clam to announce the immediate availability of Python 2.7.1. Will there be Mac binaries for 2.7.1 and 3.1.3? Currently the web site shows only sour

Re: Python 2.7.1

2010-11-29 Thread Kent Johnson
On Nov 27, 11:33 pm, Benjamin Peterson wrote: > On behalf of the Python development team, I'm happy as a clam to announce the > immediate availability of Python 2.7.1. Will there be Mac binaries for 2.7.1 and 3.1.3? Currently the web site shows only source and Windows binaries. Thanks, Kent --