Re: [python-win32] Issues with tkinter, COM servers and Python 3.x

2015-05-19 Thread Tim Roberts
Diego Vélez Torres wrote: > > The VALUES were an empty string and an empty bytes respectively. > > Before applying your advise, I put some 'prints' in order to > understand what is happening to 'baseName' variable. What I found was > that when I initiate an instance of tkinter app: app = tkinter.T

Re: [python-win32] Issues with tkinter, COM servers and Python 3.x

2015-05-19 Thread divelez69
Well, at least I feel very proud to have discovered a bug.  I guess someone else might have step with it before. Sent from Samsung Mobile Original message From: Tim Roberts Date:05-19-2015 12:31 PM (GMT-05:00) To: Python-Win32 List Subject: Re: [python-win32] Issues with

Re: [python-win32] Issues with tkinter, COM servers and Python 3.x

2015-05-19 Thread Mark Hammond
On 19/05/2015 9:02 AM, Tim Roberts wrote: Diego Vélez Torres wrote: I finally was able to fix this issue in my code. Thanks for your advise. Now I want to share with the community exactly what I did by posting the whole "__init__" method of tkinter's "__init__.py" file: def __init__(self, s