Hi, With py2exe-0.3.3 for Python 2.2 in Windows XP, how to configure setup.py such that multiple executables can share the dll files (like wx*.dll etc.) as follows:
# Source folders \Program1 Program1.py Program1WX.py \Program2 Program2.py Program2WX.py # Output binary folders \SharedBinary _sre.dll bsddb.pyd python22.dll utilsc.pyd wxc.pyd wxmsw232.dll \Executable1 Program1.exe \Executable2 Program2.exe Thanks for any help, Laguna -- http://mail.python.org/mailman/listinfo/python-list