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


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

Re: djqgrid 0.2.4 error import json_helpers

Started byChris Angelico <rosuav@gmail.com>
First post2016-04-20 21:43 +1000
Last post2016-04-20 21:43 +1000
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

  Re: djqgrid 0.2.4 error import json_helpers Chris Angelico <rosuav@gmail.com> - 2016-04-20 21:43 +1000

#107406 — Re: djqgrid 0.2.4 error import json_helpers

FromChris Angelico <rosuav@gmail.com>
Date2016-04-20 21:43 +1000
SubjectRe: djqgrid 0.2.4 error import json_helpers
Message-ID<mailman.21.1461152626.12923.python-list@python.org>
On Wed, Apr 20, 2016 at 9:00 PM, asimkon . <asimkostas@gmail.com> wrote:
> 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 ?
>

You're attempting to import from yourself, there. Is that what you
intend? Or should you be using a different name for one of those?

ChrisA

[toc] | [standalone]


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


csiph-web