As a follow-up to this question, I have a new question:
What is happening internally in os.remove(module_name) and del sys.modules["module_name"]?
I need an urgent help for this.Please help me out.
|
As a follow-up to this question, I have a new question: What is happening internally in I need an urgent help for this.Please help me out.
| |||||||||||
feedback
|
|
The short answer is that In Python, when you import a module, the interpreter checks to see if there is a If the
To get more information on Python's module system, see the docs on modules. | |||
|
feedback
|
|
my oneliner for this job:
NB: You need Linux (or Unix-like OS) | ||||
|
feedback
|
|
I start a lot of apps like this
On windows this hides any visible compiled files when the app starts - they give me the pips. | |||
|
feedback
|