Re: Using remote source code

2007-03-25 Thread Gabriel Genellina
En Sun, 25 Mar 2007 04:06:21 -0300, Shane Geiger <[EMAIL PROTECTED]> escribió: > I see that you aren't using ihooks. Below is an example I found that > uses ihooks. I think it would be worth comparing and contrasting both > approaches (though I am not familar enough with this aspect of Python

Re: Using remote source code

2007-03-25 Thread Jorge Godoy
[EMAIL PROTECTED] writes: > Is there any possible way that I can place a .py file on the internet, > and use that source code in an .py file on my computer? Besides Alex suggestion, you can also check Pyro. -- Jorge Godoy <[EMAIL PROTECTED]> -- http://mail.python.org/mailman/listinfo/pyt

Re: Using remote source code

2007-03-24 Thread Shane Geiger
Alex, I see that you aren't using ihooks. Below is an example I found that uses ihooks. I think it would be worth comparing and contrasting both approaches (though I am not familar enough with this aspect of Python to do so). IIRC, this code addresses some path related issues of other impo

Re: Using remote source code

2007-03-24 Thread pyapplico
On Mar 25, 3:20 pm, [EMAIL PROTECTED] (Alex Martelli) wrote: > <[EMAIL PROTECTED]> wrote: > > Is there any possible way that I can place a .py file on the internet, > > and use that source code in an .py file on my computer? > > You can write an import hook in any way you like; see >

Re: Using remote source code

2007-03-24 Thread Alex Martelli
<[EMAIL PROTECTED]> wrote: > Is there any possible way that I can place a .py file on the internet, > and use that source code in an .py file on my computer? You can write an import hook in any way you like; see . Here's a trivial example (bereft of muc

Using remote source code

2007-03-24 Thread pyapplico
Is there any possible way that I can place a .py file on the internet, and use that source code in an .py file on my computer? -- http://mail.python.org/mailman/listinfo/python-list