On Wed, Nov 4, 2009 at 12:10 AM, Paul Moore <p.f.mo...@gmail.com> wrote: > 2009/11/3 David Cournapeau <courn...@gmail.com>: >> The only test I have done is that python setupegg.py and setup.py >> install generate the same tree (and that the produced egg is working). >> I am not very familiar with pywin32, so if there is a formal test >> suite to run, let me know, > > I guess this doesn't run the postinstall script that the bdist_wininst > installer runs, so that the COM components won't get registered?
Not if you use the egg "normally", but I don't think there is any solution to that. > Does > that matter for people wanting to use the egg format? The reason I build an egg is to use it with enstaller, which installs from eggs but support post install scripts, so that's not an issue for me. David _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32