I'm a python & django newbie, so please excuse my ignorance when it rears its ugly head.
I'm just trying to get django running on my macbook. I've got python --version = Python 2.6.6 and I just downloaded django stable release 1.2.3. I've been following the tutorial. When I did the > python manage.py runserver step it gave me the error: Error was: No module named _md5 I did some searching and saw that in 2007 people had this problem and indicated that md5 was no longer used but hashlib was needed. I figured that by 2010 this problem had been resolved, but I searched on my machine and see that I have _hashlib.so on the machine. Interestingly it appears to be under python 2.5 directory structure (/ opt/local/var/macports/software/py25-hashlib/2.5.2_0/opt/local/lib/ python2.5/site-packages). I did not loaded python myself, it was just on my mac. But as I mentioned above, the python version being reported is 2.6.6. I just want to get this thing running so I can try it out. Anybody know what I should do? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.