* 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 call last): > File "<stdin>", line 1, in <module> > ImportError: No module named bz2 > > "import bz2" works fine in python2.5-1 [prev] and earlier versions.
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import bz2 >>> -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/