Hmm. I might downgrade my cs_Oracle and see if that makes a difference. I double-checked my import statements and they match what you have:
from tagging.models import Tag from tagging.fields import TagField but still, no dice. I'll post my findings here. It may well be a bug in cx_Oracle-5.0.1. Lord knows I had enough issues getting it to install. Wouldn't surprise me at all if there's something messed up in it. Thanks for taking the time to help, I sincerely appreciate it. I'll post my findings later. Cheers, b On Mar 20, 3:33 pm, Ian Kelly <ian.g.ke...@gmail.com> wrote: > On Mar 20, 1:52 pm, Brandon Taylor <btaylordes...@gmail.com> wrote: > > > Hmm. Well, I guess the only thing left to ask is what version of > > Django and Tagging you're running? > > > I'm using Oracle 10g, cx_Oracle-5.0.1, Django and Tagging from svn. > > Other than that, I'm at a loss :) > > The same, but cx_Oracle 4.4.1. > > On Mar 20, 1:54 pm, Brandon Taylor <btaylordes...@gmail.com> wrote: > > > When you say "fixed the import" how so? I'm not seeing where I can > > import TagField from any other location in tagging other than > > forms.py. > > Sorry, I guess I wasn't clear before. I just meant that I changed > this line: > > from tagging.forms import TagField > > to this: > > from tagging.fields import TagField > > Both forms.py and fields.py define a TagField class, and they're not > the same thing. > > HTH, > Ian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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 -~----------~----~----~----~------~----~------~--~---