Re: [Tutor] Remote module loading

2017-09-07 Thread devN
Sep 2017, 06:26 Mats Wichmann wrote: > On 09/07/2017 12:49 AM, devN wrote: > > Hi, > > I am newbie in python. I wrote a module which is meant to be run across > > couple of unix OS variants (redhat, debian, bsd and solaris). The module > is > > updated frequently and new

Re: [Tutor] Remote module loading

2017-09-07 Thread devN
Well, it's another hassle to keep NFS shared and mounted in every other systems, not to include the firewall rules. Let me check out with the importlib On Fri, 8 Sep 2017, 00:14 Peter Otten <__pete...@web.de> wrote: > devN wrote: > > Is there any way to load the module

[Tutor] Remote module loading

2017-09-07 Thread devN
Hi, I am newbie in python. I wrote a module which is meant to be run across couple of unix OS variants (redhat, debian, bsd and solaris). The module is updated frequently and new features added. import platform import os import subprocess def main (): RESPONSE = dict (); PYVER = float (pla