py2exe fails to make valid exe

prakash jp prakash.stack at gmail.com
Wed Apr 1 00:30:39 EDT 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090401/ada8fae1/attachment.html>


More information about the Python-list mailing list