2010/12/21 Daniel França <daniel.fra...@gmail.com>: > anyone? > > 2010/12/19 Daniel França <daniel.fra...@gmail.com> >> >> Hi all >> I was using haystack(xapian) at a Mac, so I moved it to a Linux (Ubuntu >> 10.10) using python 2.6.6, but now when I try to rebuild the index I get the >> following error: >> AttributeError: 'ProfileIndex' object has no attribute 'full_prepare' >> ProfileIndex is my index, I didn't created a full_prepare atribute, but I >> wonder that haystack created that for me, right?
full_prepare is a method in the SearchIndex class in Haystack. Does ProfileIndex inherit from SearchIndex? Maybe haystack isn't installed properly and Python can't find the SearchIndex class? Although that should be a different error I believe. >> Anyone has any idea where can be the error? and how can I fix it? >> >> my Django version: 1.2.3 >> Best Regardds, >> Daniel França > > -- > 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. > -- 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.