Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32781 > unrolled thread

py2exe with python 3.x

Started byMonkey <pascalwinkelmann1@gmail.com>
First post2012-11-05 11:34 -0800
Last post2012-11-06 10:00 +0100
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  py2exe with python 3.x Monkey <pascalwinkelmann1@gmail.com> - 2012-11-05 11:34 -0800
    Re: py2exe with python 3.x Kwpolska <kwpolska@gmail.com> - 2012-11-05 20:39 +0100
    Re: py2exe with python 3.x Tobias Marquardt <tm@tobix.eu> - 2012-11-06 10:00 +0100

#32781 — py2exe with python 3.x

FromMonkey <pascalwinkelmann1@gmail.com>
Date2012-11-05 11:34 -0800
Subjectpy2exe with python 3.x
Message-ID<0d6ffba7-df53-43d7-9943-8aab2fa5149f@googlegroups.com>
Hi, 
i wonderd if there is a way to convert a py-file to a exe-file with version 3.x of python.

I know that it was possible till version 2.7.x. But is there a way to do it in version 3.x?

Yours sincerely,
Monkey

[toc] | [next] | [standalone]


#32782

FromKwpolska <kwpolska@gmail.com>
Date2012-11-05 20:39 +0100
Message-ID<mailman.3296.1352144393.27098.python-list@python.org>
In reply to#32781
On Mon, Nov 5, 2012 at 8:34 PM, Monkey <pascalwinkelmann1@gmail.com> wrote:
> Hi,
> i wonderd if there is a way to convert a py-file to a exe-file with version 3.x of python.
>
> I know that it was possible till version 2.7.x. But is there a way to do it in version 3.x?
>
> Yours sincerely,
> Monkey
> --
> http://mail.python.org/mailman/listinfo/python-list

Use cx_Freeze: http://cx-freeze.sourceforge.net/

-- 
Kwpolska <http://kwpolska.tk>
stop html mail      | always bottom-post
www.asciiribbon.org | www.netmeister.org/news/learn2quote.html
GPG KEY: 5EAAEA16

[toc] | [prev] | [next] | [standalone]


#32813

FromTobias Marquardt <tm@tobix.eu>
Date2012-11-06 10:00 +0100
Message-ID<mailman.3317.1352194062.27098.python-list@python.org>
In reply to#32781
Am 05.11.2012 20:39, schrieb Kwpolska:
> On Mon, Nov 5, 2012 at 8:34 PM, Monkey <pascalwinkelmann1@gmail.com> wrote:
>> Hi,
>> i wonderd if there is a way to convert a py-file to a exe-file with version 3.x of python.
>>
>> I know that it was possible till version 2.7.x. But is there a way to do it in version 3.x?
>>
>> Yours sincerely,
>> Monkey
>> --
>> http://mail.python.org/mailman/listinfo/python-list
> Use cx_Freeze: http://cx-freeze.sourceforge.net/
>
cx_Freeze is great as far as you don't need to use the latest Python 
version 3.3.0, because there is still a bug:
http://sourceforge.net/p/cx-freeze/bugs/33/
I hope this will be fixed soon...

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web