RpyC Llamadas remotas en Python

FERNANDO VILLARROEL fvillarroel en yahoo.com
Mar Feb 21 03:26:44 CET 2006


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 




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