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
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
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