devN wrote: > Is there any way to load the module from remote just as > simple as import statement (without using urllib or wget piped to python)? > This could also mean does PYTHONPATH support http/ftp?
While there are hooks to do everything you can imagine https://docs.python.org/dev/library/importlib.html that's not very accessible to newbies. Why don't you make the module available through the file system? Think NFS or SMB or WebDAV... _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor