djqgrid 0.2.4 error import json_helpers

Chris Angelico rosuav at gmail.com
Wed Apr 20 07:43:44 EDT 2016


On Wed, Apr 20, 2016 at 9:00 PM, asimkon . <asimkostas at 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



More information about the Python-list mailing list