respondapp_iter = self.application(environ, detect_start_response)
__call__result = self.application(environ, save_status_and_headers)
__call__app_iter = app(environ, wrapper.wrap_start_response)
__call__return self.app(environ, start_response)
__call__return self.wrap_app(environ, session_start_response)
__call__response = self.app(environ, start_response)
__call__resp = req.get_response(self.app)
get_responseNo operation context
call_applicationNo operation context
__call__return self.app(environ, start_response)
__call__response = self.dispatch(controller, environ, start_response)
dispatchreturn controller(environ, start_response)
__call__return WSGIController.__call__(self, environ, start_response)
__call__response = self._dispatch_call()
_dispatch_callresponse = self._inspect_call(func)
_inspect_callresult = self._perform_call(func, args)
_perform_callreturn func(**args)
uploadNo operation context
wrapreturn func(*args, **kw)
uploadteam.set_image_data(image_file, LandscapeImage)
set_image_dataself.image.image_data = fs
image_dataself.default_crop()
default_cropx1, y1, x2, y2 = self.image_broker.default_crop()
default_cropraise NotImplementedError('Cannot call crop without having PIL installed')
NotImplementedError: Cannot call crop without having PIL installed
No Description Entered
| beaker | 1.3.1 |
| decorator | 3.0.1 |
| formencode | 1.2.2 |
| mako | 0.2.4 |
| nose | 0.11.1 |
| paste | 1.7.2 |
| pastedeploy | 1.3.3 |
| pastescript | 1.7.3 |
| pygments | 0.10 |
| pylons | 1.0dev-20090827 |
| routes | 1.10.3 |
| simplejson | 2.0.9 |
| sqlalchemy | 0.6beta1dev-r0 |
| tempita | 0.2 |
| weberror | 0.10.1 |
| webhelpers | 1.0b1 |
| webob | 0.9.6.1 |
| webtest | 1.2 |
Powered by Pylons - Contact Administrators
Comments (0)
Suggest a fix or tip to help solve this traceback.
You must login before you can comment.