Wednesday, November 05, 2008

Python: os.system returns 32512

The os.system() function executes operating systems's command. When the functin returns code 32512, it means that the command has not been found. One way to make it work, is to use the full path to the command.
En example:

3 comments:

  1. Thank you so much... This post helped me after 8 years :)

    ReplyDelete
  2. Anonymous2:08 PM

    After a few days of thinking there was an issue with the programs command it was checking, I searched this function and voila! This post helped me immediately.

    Thanks

    ReplyDelete