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
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
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
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
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
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
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"
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.
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
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
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
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
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
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.
>
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
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
>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
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).
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
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
>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
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
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
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
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
* 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
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.
;-)
-
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
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
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
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
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
Does anyone know of a good python to stand alone exe compiler?
Thanks,
-Robin
--
http://mail.python.org/mailman/listinfo/python-list
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
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
Thanks. I'll try it .
--
http://mail.python.org/mailman/listinfo/python-list
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
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
I wonder if I get the executable like c program compiled by gcc
--
http://mail.python.org/mailman/listinfo/python-list
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
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
41 matches
Mail list logo