Re: Using pyinstaller to create an .exe, when using win32com

2006-04-11 Thread Giovanni Bajo
kbperry wrote: > Hi all, > I am pretty confused on this? > > While pyinstaller has a "MakeCOMServer.py" thing, it seems to blow up > every time I run it. It keeps complaining that a dictionary that I > have has "TypeError: unscriptable object.", but when I run my code > normally (outside of tryin

Using pyinstaller to create an .exe, when using win32com

2006-04-11 Thread kbperry
Hi all, I am pretty confused on this? While pyinstaller has a "MakeCOMServer.py" thing, it seems to blow up every time I run it. It keeps complaining that a dictionary that I have has "TypeError: unscriptable object.", but when I run my code normally (outside of trying to make an .exe), it runs p