Hi, the URL for "Pickle.load" can be a local filename like "/usr/bla/bla/stuff.ozf" or "C:\\Users\\bla\stuff.ozf" (when on the same machine) or a http address when accessing a remote machine.
But you need a running web server that actually serves the file under the given URL. Maybe that is the problem? Fortunately there a number of light-weight web servers, for example nginx. Relatively easy to install, compared to the earlier web servers... Wolfgang On Thu, Dec 15, 2011 at 2:40 PM, Khadija EL MAHRSI < [email protected]> wrote: > Hi, > I wanted to know how to properly write the URL for loading pickles. I've > read the documentation but I'm afraid it still isn't clear enough for me. > In case I had 2 connected machines and one of them is trying to load a > pickle which exists on the other, how do I write the URL? > > Thanks. > > > _________________________________________________________________________________ > mozart-users mailing list > [email protected] > http://www.mozart-oz.org/mailman/listinfo/mozart-users >
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
