On Tue, 01 Jul 2008 06:56:08 +0200, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> On Mon, 2008-06-30 at 20:13 -0700, [EMAIL PROTECTED] wrote: >> Hello, >> >> I'm having problems installing MySQL-python-1.2.2. I've installed this >> on my iMac with no problems but can't figure out how to resolve this: no > > Every now and again people report this. It means your Python > installation is somehow broken. The real test here is that "import > hashlib" probably won't work at the interactive Python prompt. > > I don't know if this is a standard problem with the macports install or > just one particular version or what, but the problem is with your Python > installation and you should fix it before going any further. > The MacPorts version of python doesn't install hashlib in the default install. You need to specifically install py25-hashlib. See http://trac.macports.org/ticket/11931 Regards, adi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

