how to run python scripts from other script and have thier root in my root
- by Ahmad Dwaik
hello all
i have a module "B", i want to run it from a script "C",
and i want to call global variables in "B", as they wer in "C" root, another problem that is if i imported sys in "B" when i run "C" it doesnt see sys
# NameError: global name 'sys' is not defined #
what shall i do?