Re: No zlib in Python 2.4.4

2007-04-11 Thread David E. Konerding DSD staff
On 2007-04-11, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Apr 11, 9:14 am, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: >> In <[EMAIL PROTECTED]>, shamzz wrote: >> > Shouldn't zlib be compiled as a Python module automatically in Python >> > 2.4.4. I'm guessing Python is doing some ki

Re: No zlib in Python 2.4.4

2007-04-11 Thread shamzz
On Apr 11, 9:14 am, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > In <[EMAIL PROTECTED]>, shamzz wrote: > > Shouldn't zlib be compiled as a Python module automatically in Python > > 2.4.4. I'm guessing Python is doing some kind of check and not > > compiling zlib for some reason? > > It on

Re: No zlib in Python 2.4.4

2007-04-11 Thread Bernard Delmée
> I need Python to be compiled with Zlib so that I can compile and use > Zope. I am guessing you need zlib_dev.rpm (or somesuch) installed for the python build process to find the relevant headers. Sorry I cannot be more specific not being a SuSE user myself (anymore)... Bernard. -- http://mai

Re: No zlib in Python 2.4.4

2007-04-11 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, shamzz wrote: > Shouldn't zlib be compiled as a Python module automatically in Python > 2.4.4. I'm guessing Python is doing some kind of check and not > compiling zlib for some reason? It only gets compiled if the header files can be found. Is the zlib-dev or zlib-devel