Sunday, February 2, 2014

Re: djorm-ext-pgjson field value returned by queryset as string not dict

Hello, again!  

I've fixed this!  Problem cause was really simple: on my server machine I had psycopg2 older version installed in global site-packages, and current version throw buildout in my project deps, but it used older version by default. Problem has gone after removing global library.  So my tip is: ISOLATE YOUR PROJECT from global libs, do NOT depend on them whatsoever. That's the lesson I've learned.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0e70fbc3-4d65-4bcb-b07a-b7a0d522490c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment