Hi, How can I use a Tkinter window with a Python script in Zope ? Regards. Michael
Michael Bleijerveld wrote:
How can I use a Tkinter window with a Python script in Zope ?
One (possible) answer would involve having the TKinter application be an XML-RPC client, using Zope as an XML-RPC server. However, I may not yet even understand your question, which on the face of it doesn't make much sense. You'll have to provide more details as to what you're trying to accomplish. - Michael Bernstein
The Tkinter window will only be used for displaying DTML-documents (chatitems) in a chatbox. Michael ----- Original Message ----- From: "Michael Bernstein" <webmaven@lvcm.com> Cc: <zope@zope.org> Sent: Wednesday, October 22, 2003 10:29 AM Subject: Re: [Zope] use of Tkinter in Zope
Michael Bleijerveld wrote:
How can I use a Tkinter window with a Python script in Zope ?
One (possible) answer would involve having the TKinter application be an XML-RPC client, using Zope as an XML-RPC server.
However, I may not yet even understand your question, which on the face of it doesn't make much sense.
You'll have to provide more details as to what you're trying to accomplish.
- Michael Bernstein
_______________________________________________ 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 )
Michael Bleijerveld wrote:
The Tkinter window will only be used for displaying DTML-documents (chatitems) in a chatbox.
Umm, this is still not very helpful. Do you mean that the TKinter window is just implementing a basic HTML viewer? In that case, treat Zope as an ordinary web server serving web-pages. - Michael
Hi Michael, The windows is displaying chat conversations. Greetings, Michael ----- Original Message ----- From: "Michael Bernstein" <webmaven@lvcm.com> Cc: <zope@zope.org> Sent: Friday, October 24, 2003 8:06 PM Subject: Re: [Zope] use of Tkinter in Zope
Michael Bleijerveld wrote:
The Tkinter window will only be used for displaying DTML-documents (chatitems) in a chatbox.
Umm, this is still not very helpful.
Do you mean that the TKinter window is just implementing a basic HTML viewer? In that case, treat Zope as an ordinary web server serving web-pages.
- Michael
_______________________________________________ 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 )
Michael Bleijerveld wrote:
The windows is displaying chat conversations.
Fine, the chat application window is displaying chat conversations. We get that. My question was (expanding slightly), "Are these dtml documents implementing chat items being rendered as html or xml and sent to your chat application over HTTP?" If so, then you can access the delivered data and render it in your app in an HTML/XML-viewing component. If not, what protocol is delivering the data to the client, and what format is the data in? You need to actually explain what it is you're trying to do, or we can't help you. I suspect most everyone else has given up at this point. - Michael
No. This is a very odd idea! Zope has been designed to produce HTML and not to start user interfaces with TK. -aj --On Mittwoch, 22. Oktober 2003 10:05 Uhr +0200 Michael Bleijerveld <michael@bleijerveld.nl> wrote:
Hi,
How can I use a Tkinter window with a Python script in Zope ?
Regards.
Michael
_______________________________________________ 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 )
participants (3)
-
Andreas Jung -
Michael Bernstein -
Michael Bleijerveld