Re: ATTN python maintainer - bz2 module not available in python2.5.1-1

2007-05-17 Thread Jason Tishler
On Wed, May 16, 2007 at 08:51:25PM -0400, Mark Levedahl wrote: > />python > Python 2.5.1 (r251:54863, May 7 2007, 15:13:20) > [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import bz2 > Traceback (mo

Re: ATTN python maintainer - bz2 module not available in python2.5.1-1

2007-05-17 Thread Thorsten Kampe
* Mark Levedahl (Wed, 16 May 2007 20:51:25 -0400) > />python > Python 2.5.1 (r251:54863, May 7 2007, 15:13:20) > [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import bz2 > Traceback (most recent ca

ATTN python maintainer - bz2 module not available in python2.5.1-1

2007-05-16 Thread Mark Levedahl
/>python Python 2.5.1 (r251:54863, May 7 2007, 15:13:20) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import bz2 Traceback (most recent call last): File "", line 1, in ImportError: No module named