Page 1 of 1
Running a Noesis Python Script
Posted: Tue Aug 02, 2016 8:10 pm
by IAmTheClayman
I recognize this is a very simple question but it's one I can't solve, possibly because I'm trying to wrap my head around too many things at once and possibly because my Pythong scripts actually don't show up in the file explorer when I'm running Noesis. How do you actually run one of these Python scripts? Do you just select it from inside Noesis or do you have to run it from the Python IDE on the command line?
Re: Running a Noesis Python Script
Posted: Tue Aug 23, 2016 2:21 am
by Gh0stBlade
IAmTheClayman wrote:I recognize this is a very simple question but it's one I can't solve, possibly because I'm trying to wrap my head around too many things at once and possibly because my Pythong scripts actually don't show up in the file explorer when I'm running Noesis. How do you actually run one of these Python scripts? Do you just select it from inside Noesis or do you have to run it from the Python IDE on the command line?
You must place the python plugins in the folder: Noesis/Plugins/Python. Noesis automatically loads all C++/Python modules upon initialisation. Noesis executes plugins based on file extensions. If you open a file with an extension that matches a specific module all code will be executed. You do not manually select which Python scripts you wish to run.
Also moving this thread as it's not a tutorial.
Cheers.