On Fri, 19 Aug 2005 16:33:22 -0700, "Russell E. Owen" <[EMAIL PROTECTED]> wrote:
[...]
>
>The current issue is associated with Tkinter. I'm trying to create a tk 
>callback function that calls a python "function" (any python callable 
>entity).
>
>To do that, I have to create a name for tk that is unique to my python 
>"function". A hash-like name would be perfect, meaning a name that is 
>always the same for a particular python "function" and always different 
>for a different python "function". That would save a lot of housekeeping.
>
Why do you need a name? Can you post an example snippet that shows
a callback function being used with Tkinter as you would wish?
I have a feeling there is a much simpler solution than you are imagining ;-)

Regards,
Bengt Richter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to