Hi, I want py2exe not to create library.zip. My reason is that the installed program will be a self updating program, and it must be able to download changes (newer python source files) from the server. So the files should not be in library.zip. I tried the --bundle option but apparently it can only be used to make the distribution __more__ bundled.
Thanks, Laszlo -- http://mail.python.org/mailman/listinfo/python-list
