Re: ImportError: cannot import name parse_lookup

2008-10-17 Thread [EMAIL PROTECTED]
> Work as if you have no need of the money. > Love as if nobody ever made you suffer. > Dance as if nobody is watching you. > Sing as if nobody is hearing you. > Live as if the Paradise were on this Earth. Good Attitude~I like it~ I have the same error. Thank You everyone. --~--~-~

Re: ImportError: cannot import name parse_lookup

2008-08-27 Thread Krishnaprasad Varma
Thank You Karen , for your instant reply!! Work as if you have no need of the money. Love as if nobody ever made you suffer. Dance as if nobody is watching you. Sing as if nobody is hearing you. Live as if the Paradise were on this Earth. Krishnaprasad Varma -

Re: ImportError: cannot import name parse_lookup

2008-08-27 Thread Karen Tracey
On Wed, Aug 27, 2008 at 8:09 AM, --- [EMAIL PROTECTED] --- <[EMAIL PROTECTED]>wrote: > > I am also following the Apress book and am trying to implement that > coltrane stuff . > am using the latest django from svn > i got the ""ImportError: cannot import name pa

Re: ImportError: cannot import name parse_lookup

2008-08-27 Thread --- [EMAIL PROTECTED] ---
I am also following the Apress book and am trying to implement that coltrane stuff . am using the latest django from svn i got the ""ImportError: cannot import name parse_lookup "" error initially when i used "tagging-0.2.1" as told above i tried to check out th

Re: ImportError: cannot import name parse_lookup

2008-08-18 Thread Nicolas Couture
Using django-tagging r133 fixed the problem. Thank you! On Aug 18, 3:54 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2008-08-18 at 12:33 -0700,NicolasCouturewrote: > > [...] > >     signals.post_save.connect(self._save, cls, True) > > AttributeError: 'object' object has no attribu

Re: ImportError: cannot import name parse_lookup

2008-08-18 Thread Malcolm Tredinnick
On Mon, 2008-08-18 at 12:33 -0700, Nicolas Couture wrote: > [...] > signals.post_save.connect(self._save, cls, True) > AttributeError: 'object' object has no attribute 'connect' > > I am using django r7966. > > Would anyone be able to provide more input as to why this is breaking? Because

Re: ImportError: cannot import name parse_lookup

2008-08-18 Thread Nicolas Couture
import TagField >   File "/home/fernando/django/tagging/fields.py", line 10, in >     from tagging.models import Tag >   File "/home/fernando/django/tagging/models.py", line 9, in >     from tagging.managers import TagManager, TaggedItemManager >   File "/home

Re: ImportError: cannot import name parse_lookup

2008-07-21 Thread Karen Tracey
If you search this list for likely keywords like the book you are using and the app you are trying to get working you will find that other people have hit the same problem, and I believe they have described solutions. I don't have time to look up specific posts right now, but I know I have seen th

Re: ImportError: cannot import name parse_lookup

2008-07-21 Thread Alaa Salman
anager, TaggedItemManager > File "/home/fernando/django/tagging/managers.py", line 6, in > from django.db.models.query import QuerySet, parse_lookup > ImportError: cannot import name parse_lookup I believe you need to upgrade the tagging app. Get that from its svn. --~--~

ImportError: cannot import name parse_lookup

2008-07-21 Thread Fernando Rodríguez
File "/home/fernando/django/tagging/fields.py", line 10, in from tagging.models import Tag File "/home/fernando/django/tagging/models.py", line 9, in from tagging.managers import TagManager, TaggedItemManager Fil