Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107406
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: djqgrid 0.2.4 error import json_helpers |
| Date | 2016-04-20 21:43 +1000 |
| Message-ID | <mailman.21.1461152626.12923.python-list@python.org> (permalink) |
| References | <CA+9XG=PA+j_ajP2_rZYzRQs6dd4PfeL46R+TKM2R_Vzu6rt5=A@mail.gmail.com> <CAPTjJmrF-QxBu_Axwu4D1pzkR_8mE_yFMHY5Z1V1R0_AvSSAng@mail.gmail.com> |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: djqgrid 0.2.4 error import json_helpers Chris Angelico <rosuav@gmail.com> - 2016-04-20 21:43 +1000
csiph-web