strange problem with Py2exe

CM cmpython at gmail.com
Wed Mar 11 16:41:51 EDT 2009


On Mar 11, 10:37 am, sf409... at gmail.com wrote:
> Hello all,
> in the past I've used Py2exe without any problem, but now I have this
> strange difficulty.
> In my computer I have  python 2.6,  py2exe for python 2.6 and the
> distutils, but when I do:
>
> from distutils.core import setup
> import py2exe
> setup(console=['hello.py'])
>
> ( like written in:  http://www.py2exe.org/index.cgi/Tutorial)
>
> at the end (at the command 'setup') all exits from python and I am
> again in DOS.
> (The same occurs when I use a file: e.g.  python 1.py)
>
> Where do I go wrong?
>
> Thanks

I think the problem is w/ Python 2.6--see this comment:
http://www.nabble.com/Re%3A-Python-2.6-and-py2exe---the-exe-crashes-on-vista-p21658057.html




More information about the Python-list mailing list