On Feb 17, 2012, at 17:59, steve johnston wrote: > I would like to see the error message corrected to read "No module name bzip2"
I doubt any change can or will be made. I presume "bz2" is the name of the python module in question, while "bzip2" is the official correct name for the compression software/algorithm. "bz2" is also the filename extension used for bzip2 files. In most conversation "bz2" and "bzip2" can probably be used interchangeably. If you have a complaint about the fact that the developers of python chose to name their bzip2 module "bz2" you can take it up with them, and they will probably decline to rename it since doing so would break existing software. -- 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
