Re: python to exe

2010-05-09 Thread Vlastimil Brom
2010/5/9 Robin : > Does anyone know of a way I can make a python script into an exe that > runs on windows7, I don't care if it is a python to c++ or python to c > translator or anything like it. The version of python I am using is > python 3.1. Thanks, > -Robin > -- > http://mail.python.org/mailma

Re: python to exe

2010-05-09 Thread Chris Rebert
On Sun, May 9, 2010 at 1:28 PM, Robin wrote: > Does anyone know of a way I can make a python script into an exe that > runs on windows7, I don't care if it is a python to c++ or python to c > translator or anything like it. The version of python I am using is > python 3.1. Thanks, The standard to

python to exe

2010-05-09 Thread Robin
Does anyone know of a way I can make a python script into an exe that runs on windows7, I don't care if it is a python to c++ or python to c translator or anything like it. The version of python I am using is python 3.1. Thanks, -Robin -- http://mail.python.org/mailman/listinfo/python-list

Re: python to exe

2010-03-14 Thread Steven D'Aprano
On Sun, 14 Mar 2010 14:11:18 -0600, John Bokma wrote: > One could argue, sure. But to me it's just the same as posting GFY > (don't want to upset the tender soulds again with "the F-word". Are you *still* going on about this thing? Sheesh. You've made your point. You don't think posting links to

Re: python to exe

2010-03-14 Thread CM
On Mar 14, 4:04 pm, David Monaghan wrote: > On Sun, 14 Mar 2010 13:10:32 -0600, John Bokma wrote: > >David Monaghan writes: > > >> of Google. If they haven't used it, I don't really consider the gentle > >> reminder that LMGTFY gives too harsh. If you do, you're too much of a > >> gentle > >> s

Re: python to exe

2010-03-14 Thread John Bokma
David Monaghan writes: > On Sun, 14 Mar 2010 13:10:32 -0600, John Bokma wrote: > >>David Monaghan writes: >> >>> of Google. If they haven't used it, I don't really consider the gentle >>> reminder that LMGTFY gives too harsh. If you do, you're too much of a gentle >>> soul to be on the internet

Re: python to exe

2010-03-14 Thread David Monaghan
On Sun, 14 Mar 2010 13:10:32 -0600, John Bokma wrote: >David Monaghan writes: > >> of Google. If they haven't used it, I don't really consider the gentle >> reminder that LMGTFY gives too harsh. If you do, you're too much of a gentle >> soul to be on the internet at all; someone might say "Boo"

Re: python to exe

2010-03-14 Thread John Bokma
David Monaghan writes: > of Google. If they haven't used it, I don't really consider the gentle > reminder that LMGTFY gives too harsh. If you do, you're too much of a gentle > soul to be on the internet at all; someone might say "Boo" to you at any > moment. Beware. I've no problem with lmgtfy.

Re: python to exe

2010-03-14 Thread python
Jonathan, > I summarised a all the alternatives to py2exe I could find, here: > http://spreadsheets.google.com/pub?key=tZ42hjaRunvkObFq0bKxVdg&output=html Really great work - thanks for sharing this with all of us!!! Regards, Malcolm -- http://mail.python.org/mailman/listinfo/python-list

Re: python to exe

2010-03-14 Thread Jonathan Hartley
On Mar 13, 1:45 pm, pyt...@bdurham.com wrote: > Robin, > > > do you of an alternate compilter it doesn't work (py2exe) on my windows 7 > > box > > I can assure you that Py2exe does work on Windows 7 (my firm develops > commercial Python applications packaged using Py2exe running on Windows > 7), b

Re: python to exe

2010-03-14 Thread Mark Lawrence
Steven D'Aprano wrote: On Sun, 14 Mar 2010 11:20:15 +1300, Gib Bogle wrote: Mark Lawrence wrote: I'm certain that members of the Guinea Pig Club might have something to say on that one, see :- http://en.wikipedia.org/wiki/Guinea_Pig_Club You mean, something like: "That's not funny"? Or po

Re: python to exe

2010-03-14 Thread Mark Lawrence
Gib Bogle wrote: Mark Lawrence wrote: I'm certain that members of the Guinea Pig Club might have something to say on that one, see :- http://en.wikipedia.org/wiki/Guinea_Pig_Club You mean, something like: "That's not funny"? No, simply a statement. -- http://mail.python.org/mailman/list

Re: python to exe

2010-03-13 Thread Steven D'Aprano
On Sun, 14 Mar 2010 11:20:15 +1300, Gib Bogle wrote: > Mark Lawrence wrote: >> >> I'm certain that members of the Guinea Pig Club might have something to >> say on that one, see :- >> http://en.wikipedia.org/wiki/Guinea_Pig_Club >> >> > You mean, something like: "That's not funny"? Or possibly

Re: python to exe

2010-03-13 Thread David Monaghan
On Sat, 13 Mar 2010 12:52:39 -0600, John Bokma wrote: >Steven D'Aprano writes: > >> As the old proverb goes: give a man a fish, and you feed him for a day. >> Teach him how to fish, and he has food forever. > >True, but you don't teach someone fishing by poking an eye out with a >fishing rod. >

Re: python to exe

2010-03-13 Thread Gib Bogle
Mark Lawrence wrote: I'm certain that members of the Guinea Pig Club might have something to say on that one, see :- http://en.wikipedia.org/wiki/Guinea_Pig_Club You mean, something like: "That's not funny"? -- http://mail.python.org/mailman/listinfo/python-list

Re: python to exe

2010-03-13 Thread Martin P. Hellwig
On 03/13/10 19:23, Steven D'Aprano wrote: On Sat, 13 Mar 2010 12:52:39 -0600, John Bokma wrote: For quite some time I thought that comp.lang.perl.misc was quite unfriendly because of a certain attitude. comp.lang.python was quite a refreshment for a while: very newbie friendly, less pissing con

Re: python to exe

2010-03-13 Thread Almar Klein
>Does anyone know of a good python to stand alone exe compiler? > > >Thanks, > >-Robin > I tried several such tools and found the easiest one: Pyinstaller ( > http://www.pyinstaller.org/ ) > Don't forget cx_freeze! I found it to work pretty easy, and it also works for py3k. Almar -- http://mail

Re: python to exe

2010-03-13 Thread Steven D'Aprano
On Sat, 13 Mar 2010 12:52:39 -0600, John Bokma wrote: > For quite some time I thought that comp.lang.perl.misc was quite > unfriendly because of a certain attitude. comp.lang.python was quite a > refreshment for a while: very newbie friendly, less pissing contests, > etc. (but way more fanboism).

Re: python to exe

2010-03-13 Thread John Bokma
Steven D'Aprano writes: > As the old proverb goes: give a man a fish, and you feed him for a day. > Teach him how to fish, and he has food forever. True, but you don't teach someone fishing by poking an eye out with a fishing rod. > I'm an old-fashioned kind of guy, and don't like LMGTFY becau

Re: python to exe

2010-03-13 Thread Martin Schöön
Mark Lawrence writes: > > I'm certain that members of the Guinea Pig Club might have something > to say on that one, see :- > http://en.wikipedia.org/wiki/Guinea_Pig_Club Interesting. My mum is a retired surgeon and in the mid 1980s she attended a course in plastic surgery and among other things

RE: python to exe

2010-03-13 Thread CHEN Guang
>Does anyone know of a good python to stand alone exe compiler? >Thanks, >-Robin I tried several such tools and found the easiest one: Pyinstaller ( http://www.pyinstaller.org/ ) but it does not make your script faster, if you want it as fast as C language, please try PythoidC ( http://pythoidc

Re: python to exe

2010-03-13 Thread python
Robin, > do you of an alternate compilter it doesn't work (py2exe) on my windows 7 box I can assure you that Py2exe does work on Windows 7 (my firm develops commercial Python applications packaged using Py2exe running on Windows 7), but it does take a bit of fiddling and some patience. Join the p

Re: python to exe

2010-03-13 Thread Steve Holden
John Bokma wrote: > Gabriel Genellina writes: > >> On 13 mar, 00:26, Robin wrote: >> >>> Does anyone know of a good python to stand alone exe compiler? >> http://tinyurl.com/... > > Wow, pathetic fuck. You don't have to post you know. > And you don't have to give Google a second chance at inde

Re: python to exe

2010-03-13 Thread Steve Holden
Gib Bogle wrote: > Steven D'Aprano wrote: > >> As the old proverb goes: give a man a fish, and you feed him for a >> day. Teach him how to fish, and he has food forever. > > I like this version: > > Light a man a fire, and you keep him warm for hours. Set a man on fire, > and you keep him warm

Re: python to exe

2010-03-13 Thread Mark Lawrence
Gib Bogle wrote: Steven D'Aprano wrote: As the old proverb goes: give a man a fish, and you feed him for a day. Teach him how to fish, and he has food forever. I like this version: Light a man a fire, and you keep him warm for hours. Set a man on fire, and you keep him warm for the rest of

Re: python to exe

2010-03-13 Thread Alf P. Steinbach
* Gib Bogle: Steven D'Aprano wrote: As the old proverb goes: give a man a fish, and you feed him for a day. Teach him how to fish, and he has food forever. I like this version: Light a man a fire, and you keep him warm for hours. Set a man on fire, and you keep him warm for the rest of his

Re: python to exe

2010-03-13 Thread Gib Bogle
Steven D'Aprano wrote: As the old proverb goes: give a man a fish, and you feed him for a day. Teach him how to fish, and he has food forever. I like this version: Light a man a fire, and you keep him warm for hours. Set a man on fire, and you keep him warm for the rest of his life. ;-) -

Re: python to exe

2010-03-12 Thread Steven D'Aprano
On Fri, 12 Mar 2010 22:26:34 -0600, John Bokma wrote: > Gabriel Genellina writes: > >> On 13 mar, 00:26, Robin wrote: >> >>> Does anyone know of a good python to stand alone exe compiler? >> >> http://tinyurl.com/yfcfzz4 > > Wow, pathetic fuck. You don't have to post you know. Gabriel is one

Re: python to exe

2010-03-12 Thread Chris Rebert
On Fri, Mar 12, 2010 at 8:42 PM, robin wrote: > On 3/12/2010 9:12 PM, Chris Rebert wrote: >> On Fri, Mar 12, 2010 at 7:26 PM, Robin  wrote: >>> Does anyone know of a good python to stand alone exe compiler? >>> >> py2exe: >> http://www.py2exe.org/ > > do you  of an alternate compilter it doesn't w

Re: python to exe

2010-03-12 Thread John Bokma
Gabriel Genellina writes: > On 13 mar, 00:26, Robin wrote: > >> Does anyone know of a good python to stand alone exe compiler? > > http://tinyurl.com/yfcfzz4 Wow, pathetic fuck. You don't have to post you know. -- John Bokma j3b H

Re: python to exe

2010-03-12 Thread Gabriel Genellina
On 13 mar, 00:26, Robin wrote: > Does anyone know of a good python to stand alone exe compiler? http://tinyurl.com/yfcfzz4 -- http://mail.python.org/mailman/listinfo/python-list

Re: python to exe

2010-03-12 Thread Chris Rebert
On Fri, Mar 12, 2010 at 7:26 PM, Robin wrote: > Does anyone know of a good python to stand alone exe compiler? py2exe: http://www.py2exe.org/ Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list

python to exe

2010-03-12 Thread Robin
Does anyone know of a good python to stand alone exe compiler? Thanks, -Robin -- http://mail.python.org/mailman/listinfo/python-list

Re: Convert python to exe

2005-03-15 Thread gene . tani
exemaker and bdist, too: http://effbot.org/downloads/index.cgi/exemaker-1.2-20041012.zip/README http://www.python.org/doc/2.2.3/dist/creating-wininst.html RM wrote: > Does cx_Freeze pack all dependencies? Would te resulting files(s) be > able to run on a Linux machine that does not have Python i

Re: Convert python to exe

2005-03-15 Thread RM
Does cx_Freeze pack all dependencies? Would te resulting files(s) be able to run on a Linux machine that does not have Python installed? If not, what alternatives are there to accomplish that? Is the McMillan installer still being maintained? Does it work for GUI applications? -Ruben Stephen

Re: Convert python to exe

2005-03-15 Thread [EMAIL PROTECTED]
Thanks. I'll try it . -- http://mail.python.org/mailman/listinfo/python-list

Re: Convert python to exe

2005-03-13 Thread [EMAIL PROTECTED]
Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Convert python to exe

2005-03-13 Thread Stephen Thorne
On 13 Mar 2005 14:31:53 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi > > I have a python script under linux, I wonder if I can be converted to > an executable or not? Yes, you can use cx_Freeze. Regards, Stephen Thorne -- http://mail.python.org/mailman/listinfo/python-list

Re: Convert python to exe

2005-03-13 Thread [EMAIL PROTECTED]
I wonder if I get the executable like c program compiled by gcc -- http://mail.python.org/mailman/listinfo/python-list

Re: Convert python to exe

2005-03-13 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > I have a python script under linux, I wonder if I can be converted to > an executable or not? Place '#!/usr/bin/env python' as the first line of your script and type:: chmod u+x yourscript.py at the command line. ;-) Ciao, Marc 'Bla

Convert python to exe

2005-03-13 Thread [EMAIL PROTECTED]
Hi I have a python script under linux, I wonder if I can be converted to an executable or not? Richard -- http://mail.python.org/mailman/listinfo/python-list