py2exe to share binary files

Laguna ed_zeng at yahoo.com
Mon May 9 14:40:18 EDT 2005


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




More information about the Python-list mailing list