Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #107403 > unrolled thread

djqgrid 0.2.4 error import json_helpers

Started by"asimkon ." <asimkostas@gmail.com>
First post2016-04-20 14:00 +0300
Last post2016-04-20 14:00 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  djqgrid 0.2.4 error import json_helpers "asimkon ." <asimkostas@gmail.com> - 2016-04-20 14:00 +0300

#107403 — djqgrid 0.2.4 error import json_helpers

From"asimkon ." <asimkostas@gmail.com>
Date2016-04-20 14:00 +0300
Subjectdjqgrid 0.2.4 error import json_helpers
Message-ID<mailman.20.1461150058.12923.python-list@python.org>
Hello!

I want to use this wrapper <https://pypi.python.org/pypi/djqgrid/0.2.4> for
a module in my Django 1.9.4 version. I have configured all the steps
mentioned successfully but in the end i get the following error message in
my browser:

Invalid template library specified. ImportError raised when trying to
load 'djqgrid.templatetags.djqgrid': cannot import name json_helpers


Inside my templatetags folder  (djqgrid.py),  i have the following commands:

from django import template
from djqgrid import json_helpers

Any idea to get a solution ?

I sent a few emails to the author of this wrapper but i have not got a
reply yet!

Regards
Kostas Asimakopoulos
Twitter @asimkon

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web