[Fwd: Re: [Zope] Python 2.1 for debian ?]
Would it be smart to include the python header files in the zope binary distributions? That would seem to solve a few problems for the individuals using them. -- Jim Washington -------- Original Message -------- Subject: Re: [Zope] Python 2.1 for debian ? Date: Wed, 03 Oct 2001 12:51:37 +0000 (GMT) From: Julián Muñoz Domínguez <jmunoz@softhome.net> To: Jim Washington <jwashin@vt.edu> Thank you very very much ;-) But it is not possible to compile extensions with zope binary distributions, because it lacks some headers. Many products requires compiling extensions, so that readdress me to need of Python 2.1 .....
Jim Washington wrote:
Would it be smart to include the python header files in the zope binary distributions? That would seem to solve a few problems for the individuals using them.
-- Jim Washington
The next binary release will go out the door with Python headers installed. We've already set it up for the packager to do that.
Matthew T. Kromer wrote:
The next binary release will go out the door with Python headers installed. We've already set it up for the packager to do that.
Does that mean that using the binary Zope bundled python to call setup.py or using the binary Zope bundled Makefile.pre.in will correctly build C modules and install them correctly inside the binary Zope python tree?! <scriptkiddie> Th@t w0u1d b3 'l33t </scriptkiddie> Cheers, Leo
On Wednesday, October 3, 2001, at 10:53 AM, Leonardo Rochael Almeida wrote:
Matthew T. Kromer wrote:
The next binary release will go out the door with Python headers installed. We've already set it up for the packager to do that.
Does that mean that using the binary Zope bundled python to call setup.py or using the binary Zope bundled Makefile.pre.in will correctly build C modules and install them correctly inside the binary Zope python tree?!
Yes, I think at least the first part is true, such that setup.py build will work -- the ability of install to function is dependent on your permissions, of course.
Would it be smart to include the python header files in the zope binary distributions? That would seem to solve a few problems for the individuals using them.
We'll be doing this as of Zope 2.4.2 (early next week, I hope). Brian Lloyd brian@zope.com Software Engineer 540.361.1716 Zope Corporation http://www.zope.com
participants (4)
-
Brian Lloyd -
Jim Washington -
Leonardo Rochael Almeida -
Matthew T. Kromer