If you are getting an error similar to the following trying to run pythin2.5 on OS X :
zipimport.ZipImportError: can't decompress data; zlib not available
… you need to install py25-zlib :
> sudo port install py25-zlib
If you are getting an error similar to the following trying to run pythin2.5 on OS X :
zipimport.ZipImportError: can't decompress data; zlib not available
… you need to install py25-zlib :
> sudo port install py25-zlib