Q: Zope non web interface?
Is there a non web based (python) interface to zope? Are there any non web based interfaces to Zope (wxPython, TKinter, win32, delphi....) Or asked differently: is it possible to write a non webbase GUI frontend to Zope? Michael
Is there a non web based (python) interface to zope?
Yes you can access Zope via FTP, WebDAV or the python prompt (amongst others). Most of these are covered in the Zope Book.
Or asked differently: is it possible to write a non webbase GUI frontend to Zope?
Anythings possible. -- Andy McKay www.agmweb.ca
On Sat, Nov 30, 2002 at 03:55:48AM +0100, Michael Scharf wrote:
Is there a non web based (python) interface to zope?
Are there any non web based interfaces to Zope (wxPython, TKinter, win32, delphi....)
Or asked differently: is it possible to write a non webbase GUI frontend to Zope?
yes... you can use xmlrpc to access zope. lg / sifu
Michael
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- _ __ (_)________ / /_ __ ______ ________ ____ _________ _ / / ___/ __ \/ __ \/ / / / __ \/ ___/ _ \ / __ \/ ___/ __ `/ / (__ ) /_/ / / / / /_/ / /_/ (__ ) __// /_/ / / / /_/ / /_/____/\____/_/ /_/\__, / .___/____/\___(_)____/_/ \__, / /____/_/ sifu@isohypse.org /____/
participants (3)
-
Andy McKay -
Michael Scharf -
Siegmund Fuhringer