Is it possible to combine or bundle separate .exe files into the compiled python .exe when using py2exe? If possible, how would that be described within setup.py ..... and how/where would I specify such .exe should be ran first in the pre-compiled scripts? My goal is to get the total package down to as few files as possible, so I appreciate understanding how I could do this. The .exe is some low-level commands that was compiled in a separate language.... but I hope this little .exe can be included gracefully. Thank you for your expertise! :) AMYMC
-- http://mail.python.org/mailman/listinfo/python-list