Hi all, i am trying to make an exe out of my py *prg which write to a text
file*.

On --> python setup.py py2exe

the dist folder is created but the exe creted is not working it throws an
error "pythons ps.popen function"

setup.py:

#python setup.py py2exe
from distutils.core import setup
import py2exe
setup(console=['nameofprg.py'])

Regards
Praksh
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to