> 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.
--~--~-~
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
-
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
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
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
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
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
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
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.
--~--~
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
10 matches
Mail list logo