Hi folks,
I'm looking at packaging a project I'm working on using distutils. The
project is for Windows and contains a COM server which needs
registration, so the installer needs to be a little more complicated
than usual. Looking at the options for the bdist_wininst command to
distutils, I se
It's taken me ages to find out why my window, built out of win32all, wasn't
receiving any messages. Eventually I found the answer here:
http://mail.python.org/pipermail/python-list/2001-October/069451.html
The important point being:
> IIRC you have to pass the return value of the RegisterClass()
(This is really for Hamish Sanderson, I think, but I can't find an
e-mail address for him.)
On OS X 10.3.7, with XCode 1.5 and all the latest AppScript packages
installed, writing this:
a = appscript.app( 'XCode.app' )
causes a crash in terminology.py:
/System/Library/Frameworks/Python.framewo