On 5/15/07, Steve <[EMAIL PROTECTED]> wrote: > > Apparently there is a difference between the cache created by apache > and the one created by django that makes them incompatible. In order > for me to run syncdb I had to delete the cache, and before apache > could create a new cache, run syncdb... however this caused apache to > start throwing the same error, which required the same fix... deleting > the cache so that it could be recreated by apache.
Are you sure that apache and you are running with compatible permissions, python versions, and sys.path's? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

