Reputation: 83
I am using Plone and I have one problem: I installed gdata library in my python (gdata2.6: setup.py install) I put gdata in the egg buildout.I wrote one script python to take a document and if I test it with pythonwin it works but if i put it in plone I am not able to run it.Somebody can help me?
Upvotes: 2
Views: 459
Reputation: 1074
You've to write a browser view or an external method to use it:
http://plone.org/documentation/kb/five-zope3-walkthrough/browser-view-1
http://collective-docs.readthedocs.org/en/latest/views/browserviews.html
http://plone.org/documentation/kb/create-and-use-an-external-method
Upvotes: 3