Re: py2exe fails to make valid exe

2009-04-02 Thread Gabriel Genellina
En Wed, 01 Apr 2009 01:30:39 -0300, prakash jp escribió: 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" Please copy & paste the actual error message and the stack trace. setup.py: #python setup.py

py2exe fails to make valid exe

2009-03-31 Thread prakash jp
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 p