Bugs item #1529998, was opened at 2006-07-27 21:45 Message generated for change (Comment added) made by jyoo_abn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1529998&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Library Group: None Status: Open Resolution: None Priority: 5 Submitted By: james yoo (jyoo_abn) Assigned to: Nobody/Anonymous (nobody) Summary: bz2 lib missing from source distribution Initial Comment: python 2.4.3 got an import error trying to test PySqlite "No module named bz2" checked my python dirs and yep, no bz2... I thought that the bz2 module was part of the standard distribution? checked the python source dir (python-2.4.3.tar.gz) and no bz2.py in the Lib dir. what gives? ---------------------------------------------------------------------- >Comment By: james yoo (jyoo_abn) Date: 2006-07-27 22:30 Message: Logged In: YES user_id=1562754 actually sorry for the poor assumptions regarding the existence of a bz2.py file... realize that there is a a bz2module.c file and that my config.log had a bunch of fatal ld errors... fyi: this is on sunOS 5.8, gcc-3.4.3.. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1529998&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com