Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107406 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2016-04-20 21:43 +1000 |
| Last post | 2016-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.
Re: djqgrid 0.2.4 error import json_helpers Chris Angelico <rosuav@gmail.com> - 2016-04-20 21:43 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2016-04-20 21:43 +1000 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web