Re: remote module importing (urlimport)

2006-02-25 Thread EP
ajones wrote: >What plans do you have for security in this? I would think that in >order to trust this over the network you would at least need a >certificate identifying the server as well as some method of verifying >package contents. > >Either way, cool stuff. > > > I think this is an interes

Re: remote module importing (urlimport)

2006-02-24 Thread Jure Vrscaj
ajones wrote: >What plans do you have for security in this? I would think that in >order to trust this over the network you would at least need a >certificate identifying the server as well as some method of verifying >package contents. > >Either way, cool stuff. > > > I'm currently fighting wit

Re: remote module importing (urlimport)

2006-02-24 Thread ajones
What plans do you have for security in this? I would think that in order to trust this over the network you would at least need a certificate identifying the server as well as some method of verifying package contents. Either way, cool stuff. -- http://mail.python.org/mailman/listinfo/python-lis

Re: remote module importing (urlimport)

2006-02-23 Thread Jure Vrscaj
Sorry for the duplicate, I had some postfix issues. cheers, jure -- http://mail.python.org/mailman/listinfo/python-list

remote module importing (urlimport)

2006-02-23 Thread Jure Vrscaj
Hi, as title implies, I wrote a simple module that allows importing modules or even packages via http, conceptually similar to zipimport (of which I learned about during the process of writing urlimport, and found it very useful). The module is fresh new as it was written today, and tested onl

remote module importing (urlimport)

2006-02-23 Thread Jure Vrscaj
Hi, as title implies, I wrote a simple module that allows importing modules or even packages via http, conceptually similar to zipimport (of which I learned about during the process of writing urlimport, and found it very useful). The module is fresh new as it was written today, and tested onl