Title: Signature.html
To be clear. The program I'm trying to execute under Win XP was compiled on a RH Linux machine. It was not compile on a Win OS machine. It may sound far fetched some facility might be available to do this, but somewhere in my very, very distant past before the small computers, these sorts of things were possible, usually through a simulator of some sort.

Wayne Watson wrote:
You understand it perfectly.

Michael Farnham wrote:
On Fri, 2009-03-20 at 04:35 -0700, Wayne Watson wrote:
  
Good. Thanks.

Here's my code.
==========
# Executing a Linux program under Win XP
from subprocess import call
myProg = call(["C:\Sandia_Meteors\Various\FuzzyLogic\wolf", "-h"])
    


If I understand your question - A C program which runs in Linux
cannot run in Microsoft Windows without being recompiled. I know
that many of the people who have replied in this thread know this
so maybe I misunderstood the question.

HTH
Mike



  

--
           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)


                Life is one damn thing after another."
                     -- Mark Twain 
  

_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

--
Signature.html
           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)


                Life is one damn thing after another."
                     -- Mark Twain 
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to