Page 1 of 1

CLOSED: WebAdmin - Drive space Error

PostPosted: Tue Sep 22, 2009 12:16 pm
by lachen
The piechart could not be displayed. The log-file (OMEROweb.log) gives:

Code: Select all
'S:a8bb3a0c90828569ee62cff1ce549782#1', uuid: '168c2f8d-2b83-4a58-93bc-2d39e6da2112'
Tue, 22 Sep 2009 14:05:14 views-admin  INFO     timed getConnection : 0.000000
Tue, 22 Sep 2009 14:05:15 views-feedback ERROR    handler500: Server error
Tue, 22 Sep 2009 14:05:15 views-feedback ERROR    Traceback (most recent call last):
  File "C:\omero_dist\lib\python\django\core\handlers\base.py", line 86, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "C:\omero_dist\lib\python\omeroweb\webadmin\views.py", line 252, in wrapped
    return f(request, *args, **kwargs)
  File "C:\omero_dist\lib\python\omeroweb\webadmin\views.py", line 800, in piechart
    from PIL import Image as PILImage
ImportError: No module named PIL

549782#1', uuid: '168c2f8d-2b83-4a58-93bc-2d39e6da2112'
2009-09-22 14:05:14,680 views-admin : INFO     timed getConnection : 0.000000
2009-09-22 14:05:15,914 views-feedback: ERROR    handler500: Server error
2009-09-22 14:05:15,914 views-feedback: ERROR    Traceback (most recent call last):
  File "C:\omero_dist\lib\python\django\core\handlers\base.py", line 86, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "C:\omero_dist\lib\python\omeroweb\webadmin\views.py", line 252, in wrapped
    return f(request, *args, **kwargs)
  File "C:\omero_dist\lib\python\omeroweb\webadmin\views.py", line 800, in piechart
    from PIL import Image as PILImage
ImportError: No module named PIL

Re: WebAdmin - Drive space Error

PostPosted: Tue Sep 22, 2009 12:55 pm
by atarkowska
Like the error says: No module named PIL
you need to install Python Imaging Library.
Please follow Prerequisites section on the installation page: http://www.openmicroscopy.org.uk/site/s ... nstall-web

Re: WebAdmin - Drive space Error

PostPosted: Tue Sep 22, 2009 1:29 pm
by lachen
ah thx...
i have used the instructions on http://www.openmicroscopy.org/site/supp ... ll-windows
now the piechart works.