Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "asimkon ." Newsgroups: comp.lang.python Subject: djqgrid 0.2.4 error import json_helpers Date: Wed, 20 Apr 2016 14:00:55 +0300 Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de SmCJPsIy/6oyGtPRuHcxyw0osmW0CUQMbyiXbKS+Xgxw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'wrapper': 0.07; 'importerror': 0.09; 'received:209.85.218': 0.10; 'subject:error': 0.11; 'template': 0.11; 'django': 0.13; "skip:' 30": 0.15; 'received:209.85.218.51': 0.16; 'received:io': 0.16; 'received:mail-oi0-f51.google.com': 0.16; 'received:psf.io': 0.16; 'specified.': 0.16; 'subject:import': 0.16; '\xc2\xa0i': 0.16; 'version.': 0.18; 'load': 0.20; 'library': 0.20; 'trying': 0.22; 'import': 0.24; 'module': 0.25; 'error': 0.27; 'message- id:@mail.gmail.com': 0.27; 'idea': 0.28; 'folder': 0.30; 'url:python': 0.33; 'raised': 0.33; 'received:google.com': 0.35; 'configured': 0.35; 'but': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'received:209': 0.38; 'end': 0.39; 'to:addr:python.org': 0.40; 'url:0': 0.63; 'hello!': 0.66; 'skip:\xc2 10': 0.67; 'reply': 0.68; 'url:4': 0.70; 'browser:': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=jBTfHjCGX2asDNA5vT1vVkpvb2N03MWuo5ad1a1L8Dw=; b=tnWIPodneKXEVPMhY5tDtdhilHW0mKOTOhWPSMvbfSdf81k4gGw/FPOiJ1Zn1hsxiH laAJV+GFMXL6GkF0Vjvgoz0JU8dZk35yj2eQMFeenPGc3lCe75SrJBgktAUz7NAA7LnW SZz5WJpXjgafZKtsfXBleT+KLIlMzwmnKXTl7GtaCdLwIcqXPRRH/Ka+M8uXcUQU4Ljc LlqjGMLKECVgoBog9tLrwxDodZe9kncHKWooKorzK/rarPSrdDYWJ+3f45vyFTT0pUwM 6F6Oj1ADsnWIeYdwAeszVD+sbsLaZLVO+ehHC4q1BKoL7aMXray+T9nf9lYfs2KXDLDr zVxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=jBTfHjCGX2asDNA5vT1vVkpvb2N03MWuo5ad1a1L8Dw=; b=PpOikpYjrG9YdOMdrgm7wUNp2AXyKR0r8/c5/wJW3Aed+P3QEDSiYJaMqfaZgVDYMi 63JgwqvaohucG9WqYUa/pgHRo6H0TrFNAcsk+XQRqUAbnO3r5ivEvXADX6doLJDKZhS5 oxFJySvEAZwf7xkrytYrFDX+a/9hEWw2hAZCCwH0YZ5rvqC5Ac0ht/XBZET9U2vweNzB TN1kil7OKc/E5ruxNfQbOcyzmpyAr4tdzcrmJ+8DI7MvgqkKPDrYmo+EamKhEvdkD+6J MUOU7o93ysgtKiuM9BS6kYQKm0B0oMwYOvVzRtYfgPs/n36wDwbI35QmgnZouz+dDblY /FkQ== X-Gm-Message-State: AOPr4FVkojOVdS2TCFJ3PmOJKMgNoQ/tSCU5BwMUguS/rlsy2jdrhS3Ads1Ok7pMKpegPixgQrjjMgQm9+o8AA== X-Received: by 10.202.53.198 with SMTP id c189mr3285737oia.129.1461150055735; Wed, 20 Apr 2016 04:00:55 -0700 (PDT) X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: Xref: csiph.com comp.lang.python:107403 Hello! I want to use this wrapper 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