Bugs item #1529998, was opened at 2006-07-27 14:45 Message generated for change (Comment added) made by nnorwitz 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: 3rd Party >Status: Closed >Resolution: Invalid 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: Neal Norwitz (nnorwitz) Date: 2006-07-27 21:35 Message: Logged In: YES user_id=33168 You'll need to ensure the bz2 dev headers and libraries are installed to build/use the bz2 module in python. ---------------------------------------------------------------------- Comment By: james yoo (jyoo_abn) Date: 2006-07-27 15: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