Ok, a follow-up, perhaps this will help someone else- Be very careful using Python 2.4 on a new intel Mac when you've transferred your user data/settings from an older PPC Mac :) After digging around a bit, these errors seem to come up when the copy of Python you are using is compiled for PPC. I installed the universal Python 2.5 and moved the django folder into the new site-packages folder, and have successfully gotten through a syncdb to a local sqlite db. phew!
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

