2009/11/3 David Cournapeau <[email protected]>: > 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? Does that matter for people wanting to use the egg format? Paul. _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
