pipedream.py breaks when compiled...

Ray S rays at blue-cove.com
Wed Sep 22 16:16:15 EDT 2004


Does anyone know why a script that uses pipedream (which uses 
win32pipe.popen3()) will run a script, but hang when compiled?

A script that uses pipedream.py won't run when compiled with McMillan or 
py2exe; it appears that the client process (an interactive FORTRAN/DOS exe) 
returns the first screen of text, gets to its first prompt, then exits.

pipedream.py does:
         c = os.read(self._in.fileno(), 1)
and just hangs, no error.

Anyone have an idea?


Ray Schumacher
Blue Cove Interactive
7220 Trade Street, Suite 101
San Diego, CA 92121
858.695.8801
http://Blue-Cove.com




More information about the Python-list mailing list