X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Tue, 01 Jul 2014 18:49:05 +0300 From: Eli Zaretskii Subject: Re: Urgent request for help with PythonD In-reply-to: <7D567493DE25594C848F89F6990859F80284454C55@AUSX7MCPC103.AMER.DELL.COM> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <83d2dp3wr2.fsf@gnu.org> References: <7D567493DE25594C848F89F6990859F80284454C55 AT AUSX7MCPC103 DOT AMER DOT DELL DOT COM> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: > Date: Tue, 1 Jul 2014 10:27:38 -0500 > > I am not sure if I am sending this request to the correct mailing list or not because I cannot seem to locate one specifically for PythonD. This list is the correct place. > I have created a bootable USB key with FreeDOS on it and PythonD 2.4.2 r 1.0 binary I downloaded from CADDIT.net. > > Just about everything is working correctly, with the exception of one error that I am getting and cannot seem to get around ... > > When I try to use subprocess.Popen() I get an error from the bowels of the subprocess code when it attempts an os.fork() operation but there is no method named fork on the os object. The os.fork method cannot possibly work on MS-DOS, which is a single-process OS.