Re: [Zope] put python gui on the web(zope)?
Thank you for your reply.. I'm planning to make a dynamic interface that do drag selection and catches coordinate information, but if I can't put GUI on a webpage, like java applet, are there any other methods? (anything beside java script, I java tried it and I don't get it, unless you could give me some pointers.) I know that I could use Java with python, but I really don't want to combine two languages. I want to keep it as simple as possible. ----- Original Message ---- From: Peter Bengtsson <peter@fry-it.com> To: Allen Huang <swapp0@yahoo.com> Cc: Zope <zope@zope.org> Sent: Monday, October 16, 2006 12:12:52 AM Subject: Re: [Zope] put python gui on the web(zope)? sure. Your GUI apps can communicate with an online Zope database via XMLRPC. You can't put the GUI online of course :) Allen Huang wrote:
I'm new at this, but can you put python GUIs on the web that will interact with zope database?
------------------------------------------------------------------------
_______________________________________________ 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 (1)
-
Allen Huang