RpyC Llamadas remotas en Python

Pepe Aracil pepe en diselpro.com
Mar Feb 21 09:32:40 CET 2006


Se trata de un "decorador", necesitas python 2.4

http://www.python.org/peps/pep-0318.html

Saludos.


FERNANDO VILLARROEL wrote:
> Hola buscando informacion en google sobre como abrir
> un fichero remoto, me encontre con el proyecto RpyC ;
> 
> http://rpyc.sourceforge.net/
> 
> Inmediatamente lo baje, pero al probar con uno de sus
> ejemplos me encuentro con el siguiente error de
> syntaxis;
> 
> 
>>>>from Rpyc.Factories import SocketConnection, Async
> 
> 
> 
> Traceback (most recent call last):
>   File "<pyshell#0>", line 1, in -toplevel-
>     from Rpyc.Factories import SocketConnection, Async
>   File
> "C:\Python23\lib\site-packages\Rpyc\Factories.py",
> line 7, in -toplevel-
>     from Stream import SocketStream, PipeStream
>   File "C:\Python23\lib\site-packages\Rpyc\Stream.py",
> line 42
>     @classmethod
>     ^
> SyntaxError: invalid syntax
> 
> 
> Alguien me podria explicar dicha sintaxis, me imagino
> que debe tener algun significado?
> 
> Fernando Villarroel N
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> _______________________________________________
> Python-es mailing list
> Python-es en aditel.org
> http://listas.aditel.org/listinfo/python-es




Más información sobre la lista de distribución Python-es