Hello I am using Plone3 and zope 2.10, I need to save images generated through MatplotLib Graphs using External Methods to my zope site or to my linux file system. When i try to save using im.save("/zope/zeocluster/Extemsions") folder i get Permission denied error. Can anyone Help me in saving images to the file system.
--On 28. Mai 2008 15:01:56 +0530 Gaurav Girotra <ggirotra@gmail.com> wrote:
Can anyone Help me in saving images to the file system.
Pretty easy: fix your file permissions. If your zope process should write to the filesystem then the directory must be writable. -aj
2008/5/28 Gaurav Girotra <ggirotra@gmail.com>:
Hello
I am using Plone3 and zope 2.10, I need to save images generated through MatplotLib Graphs using External Methods to my zope site or to my linux file system.
When i try to save using im.save("/zope/zeocluster/Extemsions")
Been a while but doesn't im.save() expect a filename?
folder i get Permission denied error.
Can anyone Help me in saving images to the file system.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com
participants (3)
-
Andreas Jung -
Gaurav Girotra -
Peter Bengtsson