cannot import name formats
        Posted  
        
            by cadthecoder
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cadthecoder
        
        
        
        Published on 2010-02-20T09:40:27Z
        Indexed on 
            2010/03/26
            14:03 UTC
        
        
        Read the original article
        Hit count: 439
        
what does it mean? i ve googled but found nothing =/
ImportError at /admin/
cannot import name formats
Request Method:  GET
Request URL:  http://127.0.0.1:8000/admin/
Exception Type:  ImportError
Exception Value:  
cannot import name formats
Exception Location:  /usr/lib/python2.6/site-packages/django/contrib/admin/util.py in <module>, line 3
Python Executable:  /usr/bin/python
Python Version:  2.6.0
Python Path:  ['/home/cad/project/lkd/gezegen/lkd_gezegen', '/usr/lib64/python26.zip', '/usr/lib64/python2.6', '/usr/lib64/python2.6/plat-linux2', '/usr/lib64/python2.6/lib-tk', '/usr/lib64/python2.6/lib-old', '/usr/lib64/python2.6/lib-dynload', '/usr/lib64/python2.6/site-packages', '/usr/lib64/python2.6/site-packages/Numeric', '/usr/lib64/python2.6/site-packages/PIL', '/usr/lib64/python2.6/site-packages/gst-0.10', '/usr/lib64/python2.6/site-packages/gtk-2.0', '/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode', '/usr/lib/python2.6/site-packages']
© Stack Overflow or respective owner