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


Groups > comp.lang.python > #107403

djqgrid 0.2.4 error import json_helpers

From "asimkon ." <asimkostas@gmail.com>
Newsgroups comp.lang.python
Subject djqgrid 0.2.4 error import json_helpers
Date 2016-04-20 14:00 +0300
Message-ID <mailman.20.1461150058.12923.python-list@python.org> (permalink)
References <CA+9XG=PA+j_ajP2_rZYzRQs6dd4PfeL46R+TKM2R_Vzu6rt5=A@mail.gmail.com>

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web