Python & Django on a Mac: Illegal hardware instruction
问题 Here is my issue: I installed Python and Django on my mac. When I run "django-admin.py startproject test1" I get this error: 1 11436 illegal hardware instruction django-admin.py startproject test1 (the number is always different) I've tested with multiple Django versions, and this only happens with version 1.4 and higher...1.3 works fine. I've been searching the web like crazy for the past week, and couldn't find anything regarding this issue with django so I assume the problem is not Django