stevencoding / django-basic-apps

Automatically exported from code.google.com/p/django-basic-apps
0 stars 0 forks source link

No <django.utils.functional.__proxy__ object #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. install basic blog on django (ver 1.0.2) 
2. posting to the blog generated the following: 
    No <django.utils.functional.__proxy__ object
2.  to solve :requires python-imaging AND python-imaging-dbg
3.  this issue is discussed in part at
http://groups.google.com/group/pinax-users/browse_thread/thread/7c3eacc5c40f4c11
?pli=1

Original issue reported on code.google.com by m.malm...@gmail.com on 1 Jan 2009 at 3:06

GoogleCodeExporter commented 8 years ago
It sounds like this is a problem on your end. Do you have an app that requires 
PIL (Python Image Library)?

Currently none of the Basic Apps require PIL.

Original comment by npbor...@gmail.com on 23 Jan 2009 at 6:29

GoogleCodeExporter commented 8 years ago
I have the same error

No <django.utils.functional.__proxy__ object at 0x90670cc> found for

but PIL and PIL-devel didn't fix it. Happens on a post slug of a blog entry.

Django Version (1, 0, 2, 'final', 0)

Checked out 2 days ago:

svn checkout http://django-basic-apps.googlecode.com/svn/trunk/ basic

When I view categories the post belongs to, it's not listed but I haven't 
checked if
the default templates include that by default.

Original comment by gringoca...@gmail.com on 22 Jun 2009 at 7:49