Hello Out of curiosity, if I recompile a Python (wxPython) app with py2exe, can I have customers just download the latest .exe, or are there dependencies that require downloading the whole thing again?
FWIW, here's the list of files that were created after running py2exe: myprog.exe bz2.pyd library.zip MSVCR71.dll python25.dll unicodedata.pyd w9xpopen.exe wxbase28uh_net_vc.dll wxbase28uh_vc.dll wxmsw28uh_adv_vc.dll wxmsw28uh_core_vc.dll wxmsw28uh_html_vc.dll _controls_.pyd _core_.pyd _gdi_.pyd _misc_.pyd _windows_.pyd Thank you. -- http://mail.python.org/mailman/listinfo/python-list