[Image-SIG] probleme with PIL and zope

Hannu Krosing hannu@tm.ee
Wed, 03 Jan 2001 18:48:25 +0000


luc tonin wrote:
> 
> well i ve got an python method. It works when i do a python mymethod.py
> myparameter
> but when i use it in zope as an external method i ve got this error mesg:
> Error Type: IOError
> Error Value: cannot find glyph data file
> 
> don t know why......
> 
Maybe it can't find glyph data file ;)

When run in zope, the current dir is not the same as when running from 
command line, so you should either move the file or use full path for 
specifying it.

--------------
Hannu