I want to detect whether module has changed. Now, using inotify is simple, you just need to know the directory you want to get notifications from.
How do I retrieve a module's path in python?
|
4
|
|
|
|
|
|
Will actually give you the path to the .pyc file that was loaded, at least on Mac OS X. So I guess you can do
To get the directory to look for changes. |
||
|
|
|
|
This was trivial. Each module has a Therefore, getting a directory for the module to notify it is simple as:
|
||||
|