Andi Vajda wrote:
> On Fri, 1 Dec 2006, Heikki Toivonen wrote:
> You mean there is no Python 2.5 package that is available via apt-get
> for Dapper Drake ? That would be unfortunate indeed.

Right. 2.5 is optionally available for Edgy Eft (the next Ubuntu version).

>> Then there is Windows which typically doesn't have any of the components
>> we need. To make matters worse, even if there was python installed on
>> the system it might be the official python or ActiveState python, and I
>> doubt our binary extensions would work with ActiveState python. On
>> Windows we also face the problem that if there is a system python, our
>> binary extensions must be compiled with exactly the same compiler or
>> they won't work. Currently we use the same compiler as the official
>> python, but that hasn't always been the case and may not be the case
>> going forward.
> 
> That's not true, is it ? PyLucene is a Python extension built with gcj,
> even on Windows.

Hmm, yeah, that is strange. But when the official Python builds (in 2.3
timeframe) were done using Visual Studio 6, and at OSAF we were using
Visual Studio 2003 (aka VS 7), I was unable to compile M2Crypto with the
official Python binaries. I had to build both Python and M2Crypto myself
using VS 7 to get M2Crypto to compile.

This is also a frequent source of complaints on the python lists, since
the official Python binaries are built with VS 7 which you can no longer
get from Microsoft.

-- 
  Heikki Toivonen


Attachment: signature.asc
Description: OpenPGP digital signature

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to