Timothy Smith <[EMAIL PROTECTED]> writes: > is it possible instead of py2exe putting all library's in a zip file, > to just put them in a sub dir?
You can subclass the build_exe command (the extending sample shows how to do this, althoutgh for a different purpose), and copy the files into a sub dir instead of building an archive. You still have to make sure that your exe has this directory on sys.path. Thomas -- http://mail.python.org/mailman/listinfo/python-list