Thanks Ryan. I had built python 2.7.2 from source on a bare-bones install, unaware that bzip2.i386 and bzip2-devel needed to be installed first.
I would like to see the error message corrected to read "No module name bzip2" I removed python 2.7.2, installed bzip2 (yum install bzip2; yum install bzip2-devel), and then reinstalled python 2.7.2. This cleared the error, and node installed normally afterwards. On Fri, Feb 17, 2012 at 1:36 PM, Ryan Schmidt <[email protected]>wrote: > > On Feb 17, 2012, at 14:57, steve98177 wrote: > > > ImportError: No module named bz2: <--------------- Error > > Well, is bzip2 installed? Including the headers? > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Thanks, Steve [email protected] 206-406-8100 -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
