Re: strange problem with Py2exe

2009-03-11 Thread Mike Driscoll
On Mar 11, 9:37 am, sf409...@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 py2e

Re: strange problem with Py2exe

2009-03-11 Thread CM
On Mar 11, 10:37 am, sf409...@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 py2

strange problem with Py2exe

2009-03-11 Thread sf409777
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://w