py2exe to share binary files

L

Laguna

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Staff online

Members online

Forum statistics

Threads
474,238
Messages
2,571,193
Members
47,830
Latest member
ZacharySap

Latest Threads

Top