On Tue, Jan 6, 2015 at 10:59 AM, John Sampson <jrs....@ntlworld.com> wrote:
> I tried py2exe but the executable file has to be in a specific folder along
> with many other files that py2exe generates. It therefore cannot be placed
> in any folder.
> As far as I can see cx-freeze produces a folder, not a single file.
>
> I am looking for a way of producing a single executable file that can be run
> in any folder, and nothing else - that is, standalone.

Check the 'bundle' option of py2exe.  I've not yet had a project where
I could use it to its full extent so I don't know for sure that it
works, but py2exe does have the option to bundle everything into the
.exe (if you meet the right conditions).

-- 
Zach
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to