
lists at zopyx
May 4, 2009, 11:26 PM
Post #4 of 11
(2423 views)
Permalink
|
|
Re: is there a zope product for generating spreadsheets?
[In reply to]
|
|
On 05.05.09 08:23, Krishnakant wrote: > On Tue, 2009-05-05 at 04:55 +0200, Andreas Jung wrote: > >>> >>> >> http://lmgtfy.com/?q=python+excel >> http://pypi.python.org/pypi?%3Aaction=search&term=excel&submit=search >> >> > Thanks a lot, but I don't use, promote or recommend proprietory > standards, so Open office is what I am looking for integrating > >>> I know there is a python library called odfpy which can fill up >>> spreadsheets with data, but I don't know whether similar things are >>> possible with zope. >>> >>> >>> >> Why shouldn't that work?! Zope 2, Zope 3 and Grok allow you to import >> almost any Python package (as long as it makes sense). So where is the >> problem? >> >> > But I read that zope has some kind of restricted python. > So will odfpy integrate? > Further more, I would like to create my application as a self containing > package like the plone installer which also installs python, zope and > other dependencies. > > Please check the available documentation. Zope 2: External methods: unrestricted, Product code: unrestricted, BrowserViews: unrestricted Zope 3: Browser view, Z3 package code: unrestricted Grok: everything unrestricted -aj-- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info [at] zopyx - Phone +49 - 7071 - 793376 Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535 Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK ------------------------------------------------------------------------ E-Publishing, Python, Zope & Plone development, Consulting
|