How to run a python script that is on my windows machine in NODE RED?

I have a python script that uses some libraries that works only on windows ! I tried invoking this script from node red but it isn't recognized ! If anyone Has solved this problem before , i would be grateful ! thank you in advance .

Welcome to the forum.
Is Node Red running on the same machine as the script?

Thank you And Sorry for Late Answer , yes
running on the same machine .

Make sure you specify the full path to the script and to the Python command.

Hi @joualm - welcome to the forum

How are you doing this? Exec node? a contrib node? Something else?

What exactly happens (show logs / debug etc)