This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

before build/rebuild

hello ! why keil can't execute python script on before build/rebuild user command , he can only execute batch file

Parents
  • the error message am getting is "CreateProcess failed, Command..."
    and about the commannd i mentionned it am adding a python script to "Before Build/Rebuild"

    Yes, add the python script BUT MAKE SURE YOU PUT py in front of it like this

    py "python script name"

    This will execute a python script.

    If you do not put the py in front of it you will get

    *** Error: CreateProcess failed, Command: "filename"

    unless that is what you want, put the py in front of it.

Reply
  • the error message am getting is "CreateProcess failed, Command..."
    and about the commannd i mentionned it am adding a python script to "Before Build/Rebuild"

    Yes, add the python script BUT MAKE SURE YOU PUT py in front of it like this

    py "python script name"

    This will execute a python script.

    If you do not put the py in front of it you will get

    *** Error: CreateProcess failed, Command: "filename"

    unless that is what you want, put the py in front of it.

Children
No data