Thanks for all the suggestions. I have eventually used a heavily
edited version of ExeMaker which seems to do what I want.
Geoff
--
http://mail.python.org/mailman/listinfo/python-list
On Jun 12, 4:04 am, William McBrine <[EMAIL PROTECTED]> wrote:
> On Wed, 11 Jun 2008 12:25:29 -0700, geoffbache wrote:
> > (1) py2exe. This is really for when python isn't installed on the remote
> > user's machine, so it requires you to distribute a large amount of DLLs
> > etc which are part of t
On Wed, 11 Jun 2008 12:25:29 -0700, geoffbache wrote:
> (1) py2exe. This is really for when python isn't installed on the remote
> user's machine, so it requires you to distribute a large amount of DLLs
> etc which are part of the python installation. A bit silly when I know
> that the remote user
On Jun 11, 9:49 pm, jay graves <[EMAIL PROTECTED]> wrote:
> On Jun 11, 2:25 pm, geoffbache <[EMAIL PROTECTED]> wrote:
>
> > Anyone have any better ideas?
>
> How about ExeMaker?
>
> http://effbot.org/zone/exemaker.htm
>
> I have not used it but it seems to do what you want.
>
> ...
> Jay
Thanks, t
On Jun 11, 2:25 pm, geoffbache <[EMAIL PROTECTED]> wrote:
> Anyone have any better ideas?
How about ExeMaker?
http://effbot.org/zone/exemaker.htm
I have not used it but it seems to do what you want.
...
Jay
--
http://mail.python.org/mailman/listinfo/python-list
Hi all,
I have a small python script that doesn't depend on anything except
the standard interpreter. I would like to convert it to a small .exe
file on Windows that can distributed alone without introducing
additional dependencies. I need to assume, because of other python
scripts, that anyone us