Hi all,
i have different modules developed so far, and a main script needs to call the modules based on user's choice.
will doing like this work??
using raw_input(), i wait for user choice, and once a choice is made, corresponding module is called.
if main.py, does an 'import xxx.py' actually run the script xxx.py or has it to be done with subprocess.call()??