Re: import zlib in 2.5 fails

2008-01-05 Thread stuntgoat
I was able to recompile zlib $./configure --shared then recompile Python 2.5.1; I am now able to import the zlib module. cheers -sg I was able to recompile zlib $./configure --shared then recompile Python 2.5.1; I am now able to import the zlib module. cheers -sg On Jan 4, 5:17 pm, Zent

Re: import zlib in 2.5 fails

2008-01-04 Thread Zentrader
On Jan 4, 2:19 am, stuntgoat <[EMAIL PROTECTED]> wrote: > import zlib works in Python 2.4 (debian etch AMD64 - default python > version for that distro) > > I built python 2.5 from source; zlib is not importable. 2.5 has been available for some time in the Debian repositories. Installing the .deb

Re: import zlib in 2.5 fails

2008-01-04 Thread stuntgoat
Modules/main.c:186: warning: function declaration isn't a prototype /home/name/Desktop/webdl/Python-2.5.1/Modules/_ctypes/libffi/src/x86/ ffi64.c:45: warning: function declaration isn't a prototype /home/name/Desktop/webdl/Python-2.5.1/Modules/_ctypes/libffi/src/x86/ ffi64.c:342: warning: function

import zlib in 2.5 fails

2008-01-04 Thread stuntgoat
import zlib works in Python 2.4 (debian etch AMD64 - default python version for that distro) I built python 2.5 from source; zlib is not importable. I am trying to compile MySQLdb. any clues about how to get zlib able to be imported in 2.5? -sg -- http://mail.python.org/mailman/listinfo/python