This probably has an obvious answer, but I\'m a beginner. I\'ve got a \"module\" (really just a file with a bunch of functions I often use) at the beginning of which I impo
The easiest way is to ensure that all modules can be loaded on all systems. If that doesn't work, enclosing each import statement in a try block is the next best solution and not un-Pythonic at all.